net.dpml.transit
Class ModelRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.dpml.transit.TransitRuntimeException
                  extended bynet.dpml.transit.ModelRuntimeException
All Implemented Interfaces:
Serializable

public class ModelRuntimeException
extends TransitRuntimeException

Exception to indicate that there was a configuration model related error.

Version:
1.0.0
Author:
The Digital Product Meta Library
See Also:
Serialized Form

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

ModelRuntimeException

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

Parameters:
message - The detail message for this exception.

ModelRuntimeException

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

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