net.dpml.metro.runtime
Class ControllerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bynet.dpml.component.ControlException
                  extended bynet.dpml.metro.runtime.ControllerException
All Implemented Interfaces:
Serializable

public class ControllerException
extends ControlException

Exception indicating an controller related error. A controller exception delcares the URI of the controller form which the exception was initiated.

Version:
1.0.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
ControllerException(String message)
          Creation of a new ControllerRuntimeException.
ControllerException(String message, Throwable cause)
          Creation of a new ControllerRuntimeException.
 
Methods inherited from class net.dpml.component.ControlException
getControllerURI, getRootCause
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControllerException

public ControllerException(String message)
Creation of a new ControllerRuntimeException.

Parameters:
message - the description of the exception

ControllerException

public ControllerException(String message,
                           Throwable cause)
Creation of a new ControllerRuntimeException.

Parameters:
message - the description of the exception
cause - the causal exception