nz.ac.waikato.modeljunit
Class FsmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by nz.ac.waikato.modeljunit.FsmException
All Implemented Interfaces:
java.io.Serializable

public class FsmException
extends java.lang.Error

Exceptions related to malformed Finite State Machines.

See Also:
Serialized Form

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

FsmException

public FsmException(java.lang.String message)

FsmException

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

FsmException

public FsmException(java.lang.Throwable cause)


Copyright © 2009 ModelJUnit Project. All Rights Reserved.