net.dpml.component
Class ModelException

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.component.ModelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ValidationException

public class ModelException
extends ControlException

General exception thrown by a context model.

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

Constructor Summary
ModelException(URI uri, String message)
          Creation of a new ModelException.
ModelException(URI uri, String message, Throwable cause)
          Creation of a new ModelException.
 
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

ModelException

public ModelException(URI uri,
                      String message)
Creation of a new ModelException.

Parameters:
uri - the controller uri
message - the exception message

ModelException

public ModelException(URI uri,
                      String message,
                      Throwable cause)
Creation of a new ModelException.

Parameters:
uri - the controller uri
message - the exception message
cause - the causal exception