|
||||||||||
| 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
public class GeneralException
This is a base class for exceptions which carry an additional helping text and a processed indicator.
| Constructor Summary | |
|---|---|
GeneralException()
Creates a new object with the default exit code of -1. |
|
GeneralException(java.lang.String message)
Creates a new object with the default exit code of -1. |
|
GeneralException(java.lang.String message,
java.lang.Throwable cause)
Creates a new object with the default exit code of -1. |
|
GeneralException(java.lang.Throwable cause)
Creates a new object with the default exit code of -1. |
|
| Method Summary | |
|---|---|
java.lang.String |
getHelp()
Getter for further help information. |
protected Localizer |
getLocalizer()
Getter for localizer. |
boolean |
isProcessed()
Getter for processed. |
void |
setProcessed(boolean processed)
Setter for processed. |
| 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 GeneralException()
public GeneralException(java.lang.String message)
message - the message
public GeneralException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the cause for a chained exceptionpublic GeneralException(java.lang.Throwable cause)
cause - the cause for a chained exception| Method Detail |
|---|
public java.lang.String getHelp()
protected Localizer getLocalizer()
public boolean isProcessed()
public void setProcessed(boolean processed)
processed - the processed to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||