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
public abstract class EmpireFileException
- extends EmpireException
This exception type is used for all empire errors.
Exceptions will only be thrown if exceptions are enabled in the ErrorObject.
- See Also:
ErrorObject#setExceptionsEnabled(boolean)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmpireFileException
protected EmpireFileException(ErrorType errType,
String[] params,
Throwable cause)
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.