runtime exception
More...
|
| CRuntimeException (final String p_message, final Throwable p_cause, final boolean p_enablesuppression, final boolean p_writablestacktrace, final IContext p_context) |
| ctor More...
|
|
Definition at line 37 of file CRuntimeException.java.
◆ CRuntimeException() [1/5]
org.lightjason.agentspeak.error.CRuntimeException.CRuntimeException |
( |
final IContext |
p_context | ) |
|
◆ CRuntimeException() [2/5]
org.lightjason.agentspeak.error.CRuntimeException.CRuntimeException |
( |
@Nonnull final String |
p_message, |
|
|
@Nonnull final IContext |
p_context |
|
) |
| |
◆ CRuntimeException() [3/5]
org.lightjason.agentspeak.error.CRuntimeException.CRuntimeException |
( |
@Nonnull final String |
p_message, |
|
|
@Nonnull final Throwable |
p_cause, |
|
|
@Nonnull final IContext |
p_context |
|
) |
| |
- Parameters
-
p_message | execution message |
p_cause | execption cause |
p_context | execution context |
Definition at line 86 of file CRuntimeException.java.
◆ CRuntimeException() [4/5]
org.lightjason.agentspeak.error.CRuntimeException.CRuntimeException |
( |
@Nonnull final Throwable |
p_cause, |
|
|
@Nonnull final IContext |
p_context |
|
) |
| |
◆ CRuntimeException() [5/5]
org.lightjason.agentspeak.error.CRuntimeException.CRuntimeException |
( |
final String |
p_message, |
|
|
final Throwable |
p_cause, |
|
|
final boolean |
p_enablesuppression, |
|
|
final boolean |
p_writablestacktrace, |
|
|
final IContext |
p_context |
|
) |
| |
|
protected |
- Parameters
-
p_message | execution message |
p_cause | execption cause |
p_enablesuppression | suppression flag |
p_writablestacktrace | stacktrace flag |
p_context | execution context |
Definition at line 115 of file CRuntimeException.java.
◆ context()
final IContext org.lightjason.agentspeak.error.CRuntimeException.context |
( |
| ) |
|
◆ LOGGER
final Logger org.lightjason.agentspeak.error.CRuntimeException.LOGGER = CCommon.logger( CIllegalStateException.class ) |
|
staticprivate |
◆ m_context
final IContext org.lightjason.agentspeak.error.CRuntimeException.m_context |
|
private |
◆ serialVersionUID
final transient long org.lightjason.agentspeak.error.CRuntimeException.serialVersionUID = -1053856178724776159L |
|
staticprivate |