public abstract class CmmnException extends RuntimeException
Constructor and Description |
---|
CmmnException(String message) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isAlwaysPropagate() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CmmnException(String message)
public abstract boolean isAlwaysPropagate()
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.