net.dpml.runtime
Class MissingContextEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.dpml.lang.DecodingException
net.dpml.runtime.ComponentException
net.dpml.runtime.MissingContextEntryException
- All Implemented Interfaces:
- java.io.Serializable
public class MissingContextEntryException
- extends ComponentException
Exception thrown if a solution for a required context entry is not found.
- See Also:
- Serialized Form
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 |
MissingContextEntryException
public MissingContextEntryException(java.lang.String message)
- Create a new missing context entry exception.
- Parameters:
message
- the exception message
MissingContextEntryException
public MissingContextEntryException(java.lang.String message,
java.lang.Throwable cause)
- Create a new missing context entry exception.
- Parameters:
message
- the exception messagecause
- the causal exception
MissingContextEntryException
public MissingContextEntryException(java.lang.String message,
java.lang.Throwable cause,
org.w3c.dom.Element element)
- Create a new missing context entry exception.
- Parameters:
message
- the exception messagecause
- the causal exceptionelement
- the element representing the source definition