cz.cuni.amis.fsm
Class FSMBuildException

Package class diagram package 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:
Serializable

public class FSMBuildException
extends 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...).

Author:
Jimmy
See Also:
Serialized Form

Constructor Summary
FSMBuildException(String msg, 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(String msg,
                         Logger log)
Parameters:
msg -
log - may be null


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.