Expresso 5-5-0

com.jcorporate.expresso.core.controller
Class ControllerException

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

public class ControllerException
extends ChainedException

Exception thrown when there is a problem with the Controller object completing it's assigned task

Version:
$Revision: 1.6 $ $Date: 2003/08/03 10:26:25 $
Author:
Michael Nash
See Also:
Serialized Form

Constructor Summary
ControllerException()
          Constructor
ControllerException(String s)
          Constructor
ControllerException(String s, Throwable t)
          Constructor
ControllerException(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

ControllerException

public ControllerException()
Constructor


ControllerException

public ControllerException(String s)
Constructor

Parameters:
s - Error message

ControllerException

public ControllerException(String s,
                           Throwable t)
Constructor

Parameters:
s - Error message
t - Nested exception

ControllerException

public ControllerException(Throwable t)
Constructor

Parameters:
t - Nested exception

Expresso 5-5-0

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