storage.tools
Class BadFileFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
              extended bystorage.tools.StorageToolException
                  extended bystorage.tools.BadFileFormatException
All Implemented Interfaces:
java.io.Serializable

public class BadFileFormatException
extends StorageToolException

Thrown when a inconsistency is detected in a file used for storage settings.

See Also:
Serialized Form

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

BadFileFormatException

public BadFileFormatException()
Constructs a BadFileFormatException with no detail message.


BadFileFormatException

public BadFileFormatException(java.lang.String msg)
Constructs a BadFileFormatException with the specified detail message.