net.dpml.runtime
Class ComponentError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by net.dpml.runtime.ComponentError
All Implemented Interfaces:
Serializable

public class ComponentError
extends Error

Exception to indicate an error arrising from the use of a duplicate key.

Version:
2.1.0
Author:
Digital Product Management Library
See Also:
Serialized Form

Constructor Summary
ComponentError(String message)
          Construct a new ComponentError.
ComponentError(String message, Throwable cause)
          Construct a new ComponentError.
 
Method Summary
 
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

ComponentError

public ComponentError(String message)
Construct a new ComponentError.

Parameters:
message - the error message

ComponentError

public ComponentError(String message,
                      Throwable cause)
Construct a new ComponentError.

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