org.apache.empire.exceptions
Class EmpireFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.empire.exceptions.EmpireException
                  extended by 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

Constructor Summary
protected EmpireFileException(ErrorType errType, String[] params, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.empire.exceptions.EmpireException
getErrorParams, getErrorType, log
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmpireFileException

protected EmpireFileException(ErrorType errType,
                              String[] params,
                              Throwable cause)


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.