net.dpml.component
Class BuilderRuntimeException

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.component.BuilderRuntimeException
All Implemented Interfaces:
Serializable

public class BuilderRuntimeException
extends ControlRuntimeException

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

Version:
1.2.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.
 
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

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