net.dpml.transit.model
Class BootstrapException

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
                          extended by net.dpml.transit.model.BootstrapException
All Implemented Interfaces:
Serializable

public class BootstrapException
extends ModelException

Exception raised when an attempt is made to associate a plugin based model with a bootstrap model.

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

Constructor Summary
BootstrapException(String message)
          Construct a new BootstrapException 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

BootstrapException

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

Parameters:
message - the detailed error message