Class UserLevelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FieldValueException

public class UserLevelException extends EmpireException
UserLevelException This class may be used either a base class or a wrapper class for other exceptions. Its purpose is to serve as an indicator that an exception was caused by user input or user action and thus should be directly displayed to the user and does not necessarily need to be logged.
Author:
doebele
See Also:
  • Constructor Details