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 file related empire errors.

See Also:
Serialized Form

Constructor Summary
protected EmpireFileException(ErrorType errType, String[] params, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.empire.exceptions.EmpireException
formatErrorMessage, 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–2014 Apache Software Foundation. All rights reserved.