softparsmap
Class FatalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bysoftparsmap.FatalException
All Implemented Interfaces:
java.io.Serializable

public class FatalException
extends java.lang.RuntimeException

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.

See Also:
Serialized Form

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

FatalException

public FatalException(java.lang.String desc)
Creating a fatal exception using the description.

Parameters:
desc - is the error description.

FatalException

public FatalException(java.lang.String desc,
                      java.lang.Throwable cause)
Constructing an fatal exception using an description and a cause exception.

Parameters:
desc - is the description
cause - is the cause exception