|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
storage.StorageException
storage.tools.StorageToolException
storage.tools.BadFileFormatException
Thrown when a inconsistency is detected in a file used for storage settings.
Constructor Summary | |
BadFileFormatException()
Constructs a BadFileFormatException with no detail message. |
|
BadFileFormatException(java.lang.String msg)
Constructs a BadFileFormatException with the specified detail message. |
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 |
public BadFileFormatException()
BadFileFormatException
with no detail message.
public BadFileFormatException(java.lang.String msg)
BadFileFormatException
with the specified detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |