net.dpml.component
Class BuilderRuntimeException

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

public class BuilderRuntimeException
extends ControlRuntimeException

An exception throws if an internal error occurs during builder execution.

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

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

BuilderRuntimeException

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

Parameters:
uri - the part builder uri
message - the exception message

BuilderRuntimeException

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

Parameters:
uri - the part builder uri
message - the exception message
cause - the causal exception