net.dpml.runtime
Class ComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.dpml.lang.DecodingException
net.dpml.runtime.ComponentException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MissingContextEntryException
public class ComponentException
- extends DecodingException
Component related exception.
- See Also:
- Serialized Form
Constructor Summary |
ComponentException(java.lang.String message)
Create a new decoding exception. |
ComponentException(java.lang.String message,
java.lang.Throwable cause)
Create a new decoding exception. |
ComponentException(java.lang.String message,
java.lang.Throwable cause,
org.w3c.dom.Element element)
Create a new decoding exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ComponentException
public ComponentException(java.lang.String message)
- Create a new decoding exception.
- Parameters:
message
- the exception message
ComponentException
public ComponentException(java.lang.String message,
java.lang.Throwable cause)
- Create a new decoding exception.
- Parameters:
message
- the exception messagecause
- the causal exception
ComponentException
public ComponentException(java.lang.String message,
java.lang.Throwable cause,
org.w3c.dom.Element element)
- Create a new decoding exception.
- Parameters:
message
- the exception messagecause
- the causal exceptionelement
- the element representing the source definition