cz.cuni.amis.fsm
Class FSMBuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.cuni.amis.fsm.FSMBuildException
All Implemented Interfaces:
java.io.Serializable

public class FSMBuildException
extends java.lang.RuntimeException

Exception that is thrown whenever an error occurs during FSM instantiation. Note that this is RuntimeException. We assume that you will tune your FSM and don't what to bother later with catching those exceptions (as they can't be produced...).

See Also:
Serialized Form

Constructor Summary
FSMBuildException(java.lang.String msg, java.util.logging.Logger log)
           
 
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

FSMBuildException

public FSMBuildException(java.lang.String msg,
                         java.util.logging.Logger log)
Parameters:
msg -
log - may be null