context.arch.storage
Class InvalidStorageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycontext.arch.storage.InvalidStorageException
All Implemented Interfaces:
java.io.Serializable

public class InvalidStorageException
extends java.lang.Exception

This class implements the InvalidStorageException. It is thrown if a Storage object can not be created.

See Also:
Storage, Serialized Form

Constructor Summary
InvalidStorageException()
          Basic constructor for InvalidStorageException with no message
InvalidStorageException(java.lang.String message)
          Constructor for InvalidStorageException with error message
 
Method Summary
 java.lang.String getMessage()
          Returns the error message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvalidStorageException

public InvalidStorageException()
Basic constructor for InvalidStorageException with no message


InvalidStorageException

public InvalidStorageException(java.lang.String message)
Constructor for InvalidStorageException with error message

Parameters:
message - Error message
Method Detail

getMessage

public java.lang.String getMessage()
Returns the error message

Returns:
the error message