com.codexombie.jspasm
Class StateModelConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.codexombie.jspasm.StateModelConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class StateModelConfigurationException
extends java.lang.Exception

Exception class thrown for errors detected when creating a Model.

Author:
Pete Ford, May 30, 2005 ©Pete Ford & CodeXombie.com 2005
See Also:
Serialized Form

Constructor Summary
StateModelConfigurationException(java.lang.String message)
           Constructor.
StateModelConfigurationException(java.lang.String message, java.lang.Throwable cause)
           Constructor.
 
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

StateModelConfigurationException

public StateModelConfigurationException(java.lang.String message)

Constructor.

Parameters:
message - Descriptive message.

StateModelConfigurationException

public StateModelConfigurationException(java.lang.String message,
                                        java.lang.Throwable cause)

Constructor.

Parameters:
message - Descriptive message.
cause - Nested exception.