net.dpml.runtime
Class ComponentError
java.lang.Object
java.lang.Throwable
java.lang.Error
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.1
- Author:
- Digital Product Management Library
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the causal exception