Expresso 5-6

com.jcorporate.expresso.core.controller
Class NonHandleableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.core.controller.NonHandleableException
All Implemented Interfaces:
Serializable

public class NonHandleableException
extends ChainedException

Exception thrown by ErrorHandler itself, and by some parts of ControllerServlet. Generally, the ErrorHandler controller is called to deal with errors, but if it has an error itself, or ControllerServlet has an error while trying to call it, we can't just call ErrorHandler to deal with it :-), so we throw this Exception to indicate that ErrorHandler should not be called.

Version:
$Revision: 1.7 $ $Date: 2004/11/17 20:48:06 $
Author:
Michael Nash
See Also:
Serialized Form

Constructor Summary
NonHandleableException()
          Constructor
NonHandleableException(String s)
          Constructor
NonHandleableException(String s, Throwable t)
          Constructor
NonHandleableException(Throwable t)
          Constructor
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getMessage, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonHandleableException

public NonHandleableException()
Constructor


NonHandleableException

public NonHandleableException(String s)
Constructor

Parameters:
s - Error message

NonHandleableException

public NonHandleableException(String s,
                              Throwable t)
Constructor

Parameters:
s - Error message
t - Nested exception

NonHandleableException

public NonHandleableException(Throwable t)
Constructor

Parameters:
t - Nested exception

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.