Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
StaticThrowableStorage.fillInStackTrace()
Captures the current thread's stack trace and saves it in thread
local storage.
|
default T |
StaticThrowable.init()
Initialize the content of
StaticThrowableStorage with
neither a message nor a cause. |
CeilingViolationException |
CeilingViolationException.init(int caller_pri,
int ceil)
Constructor of this exception without detail message.
|
default T |
StaticThrowable.init(java.lang.String message)
Initialize the content of
StaticThrowableStorage with
just a message. |
default T |
StaticThrowable.init(java.lang.String message,
java.lang.Throwable cause)
Initialize the content of
StaticThrowableStorage with
a message and a cause. |
default T |
StaticThrowable.init(java.lang.Throwable cause)
Initialize the content of
StaticThrowableStorage with
just a cause. |
static StaticThrowableStorage |
StaticThrowableStorage.initCurrent(StaticThrowable<?> throwable)
Obtaining the storage object for the current task and initialize it.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.