|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.extex.core.exception.GeneralException
org.extex.core.exception.helping.HelpingException
org.extex.core.exception.helping.NoHelpException
public class NoHelpException
This exception is thrown when a helping exception is required and no help is available. It simply acts as a wrapper for other exceptions.
| Constructor Summary | |
|---|---|
NoHelpException(java.lang.String message)
Creates a new object. |
|
NoHelpException(java.lang.Throwable cause)
Creates a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
Getter for further help information. |
| Methods inherited from class org.extex.core.exception.helping.HelpingException |
|---|
getHelp |
| Methods inherited from class org.extex.core.exception.GeneralException |
|---|
getLocalizer, isProcessed, setProcessed |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 NoHelpException(java.lang.Throwable cause)
cause - the causepublic NoHelpException(java.lang.String message)
message - the parameter to be inserted into the test template of
this exception| Method Detail |
|---|
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class HelpingExceptionHelpingException.getLocalizedMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||