|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
softparsmap.FatalException
A fatal exception. When this is thrown the execution can not continue. However, when running a task on a family group the execution on the family will halt but the task will continue with the next family from the family group.
Constructor Summary | |
FatalException(java.lang.String desc)
Creating a fatal exception using the description. |
|
FatalException(java.lang.String desc,
java.lang.Throwable cause)
Constructing an fatal exception using an description and a cause 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FatalException(java.lang.String desc)
desc
- is the error description.public FatalException(java.lang.String desc, java.lang.Throwable cause)
desc
- is the descriptioncause
- is the cause exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |