com.codexombie.jspasm
Class StateProcessingException

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

public class StateProcessingException
extends java.lang.Exception

Exception class thrown by the Engine during normal running.

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

Constructor Summary
StateProcessingException(java.lang.String message)
           Constructor.
StateProcessingException(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

StateProcessingException

public StateProcessingException(java.lang.String message)

Constructor.

Parameters:
message - Descriptive message.

StateProcessingException

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

Constructor.

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