net.dpml.tools.impl
Class BuilderError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bynet.dpml.tools.impl.BuilderError
All Implemented Interfaces:
Serializable

public class BuilderError
extends Error

A BuilderError is thrown when a fatal error occurs during builder configuration.

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

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

BuilderError

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

Parameters:
message - the exception message

BuilderError

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

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