|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.goerntkai.toolbox.cmdln.HelpTextException
Signals that a help document was not validly written. This exception occurs when parsing the help document.
Constructor Summary | |
HelpTextException()
Standard constructor. |
|
HelpTextException(java.lang.String theMessage)
Standard constructor. |
|
HelpTextException(java.lang.String theMessage,
java.lang.Throwable theCause)
Standard constructor. |
|
HelpTextException(java.lang.Throwable theCause)
Standard constructor. |
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 HelpTextException()
Standard constructor.
public HelpTextException(java.lang.String theMessage)
Standard constructor.
theMessage
- the message to setpublic HelpTextException(java.lang.String theMessage, java.lang.Throwable theCause)
Standard constructor.
theMessage
- the message to settheCause
- the cause to setpublic HelpTextException(java.lang.Throwable theCause)
Standard constructor.
theCause
- the cause to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |