|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--ch.elca.dependency.exception.FilterListIOException
Wraps the exceptions that could occur during the reading or writing of the
filter list to/from the file.
Because there are many in some cases technical exceptions which do not tell
very much to the user, all these exceptions are wrapped in the
FilterListIOException
.
Constructor Summary | |
FilterListIOException()
Constructor - Calls the constructor of the supperclass with no arguments. |
|
FilterListIOException(java.lang.Exception e)
Constructor with the wrapped exception as an argument. |
|
FilterListIOException(java.lang.String msg)
Constructor with a specific message string. |
Method Summary | |
java.lang.String |
getMessage()
Gets the message of the wrapped class and displays it with the standard message of this exception. |
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 |
public FilterListIOException()
public FilterListIOException(java.lang.String msg)
msg
- Message string specified by the user.public FilterListIOException(java.lang.Exception e)
e
- A Eception
that is wrapped by this class.Method Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Exception
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |