Class EmpireException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeanException, BeanIncompatibleException, DatabaseNotOpenException, EmpireFileException, EmpireSQLException, InternalException, InvalidArgumentException, InvalidKeyException, InvalidOperationException, InvalidPropertyException, InvalidValueException, ItemExistsException, ItemNotFoundException, NoPrimaryKeyException, NotImplementedException, NotSupportedException, ObjectNotValidException, OperationFailedException, PropertyReadOnlyException, QueryNoResultException, RecordException, UnexpectedReturnValueException, UnknownBeanTypeException, UnsupportedTypeException, UserLevelException, ValueConversionException

public class EmpireException extends RuntimeException
This exception type is used for all empire errors.
See Also:
  • Constructor Details

    • EmpireException

      protected EmpireException(ErrorType errType, String[] params, Throwable cause)
      Constructor for derived classes
      Parameters:
      errType -
      params -
      cause -
    • EmpireException

      protected EmpireException(ErrorType errType, String[] params)
      Constructor for derived classes
      Parameters:
      errType -
      params -
  • Method Details