public class IllegalCmmnTransitionException extends CmmnException
An exception which is thrown when an illegal transition on a CMMN state model is attempted.
Constructor and Description |
---|
IllegalCmmnTransitionException(String s) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAlwaysPropagate() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalCmmnTransitionException(String s)
public boolean isAlwaysPropagate()
isAlwaysPropagate
in class CmmnException
true
to indicate that this exception is always to be propagated. By returning false
,
you can indicate to client code that the exception may be treated in a best effort way (i.e. only be logged and not
necessarily be re-thrown).Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.