net.dpml.metro.runtime
Class ControllerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.dpml.component.ControlRuntimeException
                  extended by net.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.2.0
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.
 
Method Summary
 
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