net.dpml.runtime
Class MissingContextEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.dpml.lang.DecodingException
                  extended by net.dpml.runtime.ComponentException
                      extended by net.dpml.runtime.MissingContextEntryException
All Implemented Interfaces:
Serializable

public class MissingContextEntryException
extends ComponentException

Exception thrown if a solution for a required context entry is not found.

See Also:
Serialized Form

Constructor Summary
MissingContextEntryException(String message)
          Create a new missing context entry exception.
MissingContextEntryException(String message, Throwable cause)
          Create a new missing context entry exception.
MissingContextEntryException(String message, Throwable cause, Element element)
          Create a new missing context entry exception.
 
Method Summary
 
Methods inherited from class net.dpml.lang.DecodingException
getElement, getMessage, list, list
 
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
 

Constructor Detail

MissingContextEntryException

public MissingContextEntryException(String message)
Create a new missing context entry exception.

Parameters:
message - the exception message

MissingContextEntryException

public MissingContextEntryException(String message,
                                    Throwable cause)
Create a new missing context entry exception.

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

MissingContextEntryException

public MissingContextEntryException(String message,
                                    Throwable cause,
                                    Element element)
Create a new missing context entry exception.

Parameters:
message - the exception message
cause - the causal exception
element - the element representing the source definition