public class ActionRuntimeException extends OntopiaRuntimeException
Modifier and Type | Field and Description |
---|---|
protected boolean |
isCritical |
cause
Constructor and Description |
---|
ActionRuntimeException(String message)
PUBLIC: Creates an exception with a string message.
|
ActionRuntimeException(String message,
boolean isCritical)
PUBLIC: Creates an exception with a string message.
|
ActionRuntimeException(String message,
Throwable cause)
PUBLIC: Creates an exception with a string message which wraps
the Throwable.
|
ActionRuntimeException(String message,
Throwable cause,
boolean isCritical)
PUBLIC: Creates an exception with a string message which wraps
the Throwable.
|
ActionRuntimeException(Throwable e)
PUBLIC: Creates an exception wrapping the Throwable.
|
ActionRuntimeException(Throwable e,
boolean isCritical)
PUBLIC: Creates an exception wrapping the Throwable.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getCritical()
PUBLIC: Returns the value of the critical property.
|
void |
setCritical(boolean isCritical)
PUBLIC: Sets the value of the critical property.
|
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ActionRuntimeException(Throwable e)
public ActionRuntimeException(String message)
public ActionRuntimeException(String message, Throwable cause)
public ActionRuntimeException(Throwable e, boolean isCritical)
isCritical
- Flag indicating whether this is a critical error.public ActionRuntimeException(String message, boolean isCritical)
isCritical
- Flag indicating whether this is a critical error.public ActionRuntimeException(String message, Throwable cause, boolean isCritical)
isCritical
- Flag indicating whether this is a critical error.