|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException cz.cuni.amis.fsm.FSMBuildException
public class FSMBuildException
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...).
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 |
---|
public FSMBuildException(java.lang.String msg, java.util.logging.Logger log)
msg
- log
- may be null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |