Package org.apache.empire.exceptions
Class EmpireFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.empire.exceptions.EmpireException
org.apache.empire.exceptions.EmpireFileException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileParseException,FileReadException,FileWriteException
This exception type is used for file related empire errors.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.empire.exceptions.EmpireException
EmpireException.ExceptionMessageFormatter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEmpireFileException(ErrorType errType, String[] params, Throwable cause) -
Method Summary
Methods inherited from class org.apache.empire.exceptions.EmpireException
formatErrorMessage, getErrorParams, getErrorType, getMessageFormatter, log, setMessageFormatterMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmpireFileException
-