public class PlanItemNotFoundException extends CmmnException
An exception which is thrown when a plan item could not be found in a given CMMN runtime model.
| Constructor and Description |
|---|
PlanItemNotFoundException(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlwaysPropagate() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PlanItemNotFoundException(String s)
public boolean isAlwaysPropagate()
isAlwaysPropagate in class CmmnExceptiontrue 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.