com.googlecode.jinahya.util.fsm
Class FSMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.googlecode.jinahya.util.fsm.FSMException
All Implemented Interfaces:
Serializable

public class FSMException
extends Exception

Exception for FSM.

Author:
Jin Kwon
See Also:
Serialized Form

Constructor Summary
FSMException(String message)
          Creates a new instance with given message.
FSMException(String message, Throwable cause)
          Creates a new instance with given message and cause.
FSMException(Throwable cause)
          Creates a new instance with given cause.
 
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

FSMException

public FSMException(Throwable cause)
Creates a new instance with given cause.

Parameters:
cause - cause

FSMException

public FSMException(String message,
                    Throwable cause)
Creates a new instance with given message and cause.

Parameters:
message - message
cause - cause

FSMException

public FSMException(String message)
Creates a new instance with given message.

Parameters:
message - message


Copyright © 2011. All Rights Reserved.