|
||||||||||
| 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.unit.tex.info.util.FixedHelpingException
public class FixedHelpingException
This class provides an Exception with the possibility to provide additional help on the error encountered. Thus it has two levels of information: the first level is the message and the second level is the additional help.
In contrast to
HelpingException
the messages are not mapped. Thus they are not subject to
internationalization.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Constructor Summary | |
|---|---|
FixedHelpingException(java.lang.String message,
java.lang.String help)
Creates a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getHelp()
Getter for further help information. |
java.lang.String |
getLocalizedMessage()
Creates a localized description of this throwable. |
java.lang.String |
getMessage()
Creates a description of this throwable. |
| Methods inherited from class org.extex.core.exception.GeneralException |
|---|
getLocalizer, isProcessed, setProcessed |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public FixedHelpingException(java.lang.String message,
java.lang.String help)
message - the message of this Exceptionhelp - the help string| Method Detail |
|---|
public java.lang.String getHelp()
getHelp in class HelpingExceptionGeneralException.getHelp()public java.lang.String getLocalizedMessage()
getLocalizedMessage in class HelpingExceptionThrowable.getLocalizedMessage()public java.lang.String getMessage()
getMessage in class java.lang.ThrowableThrowable.getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||