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, Serializable

public class FatalExceptionError
extends ChainedError

See Also:
Serialized Form

Constructor Summary
FatalExceptionError(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, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FatalExceptionError

public FatalExceptionError(Exception except)
Constucts with an existing exception or error.
Parameters:
except - - Exception to encapsulate.


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.