|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.rubecula.util.BaseException
Provides a common base class for all checked exceptions so
that these can be easily identified and organized.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
private |
BaseException()
You must specify a text message. |
|
BaseException(java.lang.String s)
With just the text, initialize the exception. |
|
BaseException(java.lang.String s,
java.lang.Throwable exception)
|
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 |
private BaseException()
public BaseException(java.lang.String s)
s
- the identifying string for this exception.public BaseException(java.lang.String s, java.lang.Throwable exception)
s
- the identifying string for this exception.exception
- the cause of the new exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |