cz.cuni.amis.fsm
Class FSMBuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.