net.dpml.metro.runtime
Class ControllerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.dpml.component.ControlException
                  extended by net.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.2.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.
 
Method Summary
 
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