|
||||||||||
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 | +--de.jface.remind.io.StorageException
Exception StorageException
of project RemotePostIt.
Constructor Summary | |
StorageException()
Creates an empty StorageException. |
|
StorageException(java.lang.Exception rootException)
Creates a StorageException containing a root exception. |
|
StorageException(java.lang.String message)
Creeates a StorageException containing a message. |
|
StorageException(java.lang.String message,
java.lang.Exception rootException)
Creates a StorageException containing a message and a root exception. |
Method Summary | |
java.lang.Exception |
getRootException()
Returns the root exception of the StorageException. |
void |
printStackTrace()
Prints a stack trace to the standard error stream. |
void |
printStackTrace(java.io.PrintStream stream)
Prints a stack trace to the specified PrintStream. |
void |
printStackTrace(java.io.PrintWriter writer)
Prints a stack trace to the specified writer. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StorageException()
public StorageException(java.lang.String message)
message
- the message of the StorageException.public StorageException(java.lang.String message, java.lang.Exception rootException)
message
- the message of the StorageException.rootException
- the exception that lead to the StorageException.public StorageException(java.lang.Exception rootException)
rootException
- the exception that lead to the StorageException.Method Detail |
public java.lang.Exception getRootException()
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter writer)
printStackTrace
in class java.lang.Throwable
writer
- the PrintWriter the stack trace is printed to.public void printStackTrace(java.io.PrintStream stream)
printStackTrace
in class java.lang.Throwable
stream
- the OutputStream the stack trace is printed to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |