net.dpml.transit.model
Class ModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.net.ProtocolException
                  extended by net.dpml.transit.TransitException
                      extended by net.dpml.transit.model.ModelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BootstrapException

public class ModelException
extends TransitException

Exception to indicate that there was a model related error.

Version:
1.0.3
Author:
Digital Product Meta Library
See Also:
Serialized Form

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

ModelException

public ModelException(String message)
Construct a new ModelException instance.

Parameters:
message - The detail message for this exception.

ModelException

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

Parameters:
message - The detail message for this exception.
cause - the causal exception