Enhydra 5.1 API

org.enhydra.error
Class FatalExceptionError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--org.enhydra.error.ChainedError
                    |
                    +--org.enhydra.error.FatalExceptionError
All Implemented Interfaces:
ChainedThrowable, java.io.Serializable

public class FatalExceptionError
extends ChainedError

See Also:
Serialized Form

Constructor Summary
FatalExceptionError(java.lang.Exception except)
          Constucts with an existing exception or error.
 
Methods inherited from class org.enhydra.error.ChainedError
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FatalExceptionError

public FatalExceptionError(java.lang.Exception except)
Constucts with an existing exception or error.

Parameters:
except - - Exception to encapsulate.

Enhydra 5.1 API