net.dpml.metro.runtime
Class ControllerRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.dpml.component.ControlRuntimeException
                  extended bynet.dpml.metro.runtime.ControllerRuntimeException
All Implemented Interfaces:
Serializable

public class ControllerRuntimeException
extends ControlRuntimeException

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

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

Constructor Summary
ControllerRuntimeException(String message)
          Creation of a new ControllerRuntimeException.
ControllerRuntimeException(String message, Throwable cause)
          Creation of a new ControllerRuntimeException.
 
Methods inherited from class net.dpml.component.ControlRuntimeException
getControllerURI
 
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

ControllerRuntimeException

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

Parameters:
message - the description of the exception

ControllerRuntimeException

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

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