|
||||||||||
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.advancedStorage.AdvancedStorageException
storage.advancedStorage.InvalidSpaceNumberException
Thrown when trying to use a invalid space number, i.e. a negative space number or a too big space number.
Constructor Summary | |
InvalidSpaceNumberException()
Constructs a InvalidSpaceNumberException with the specified detail message. |
|
InvalidSpaceNumberException(java.lang.String msg)
Constructs a InvalidSpaceNumberException with no 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 InvalidSpaceNumberException(java.lang.String msg)
InvalidSpaceNumberException
with no detail message.
public InvalidSpaceNumberException()
InvalidSpaceNumberException
with the specified detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |