|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--context.arch.storage.InvalidStorageException
This class implements the InvalidStorageException. It is thrown if a Storage object can not be created.
Storage
, Serialized FormConstructor 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,
getLocalizedMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public InvalidStorageException()
public InvalidStorageException(java.lang.String message)
message
- Error messageMethod Detail |
public java.lang.String getMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |