Package | Description |
---|---|
java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
java.lang.management |
Provides the management interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
StackTraceElement[] |
Thread.getStackTrace()
Returns an array of stack trace elements representing the stack dump
of this thread.
|
StackTraceElement[] |
Throwable.getStackTrace()
Provides programmatic access to the stack trace information printed by
Throwable.printStackTrace() . |
Modifier and Type | Method and Description |
---|---|
void |
Throwable.setStackTrace(StackTraceElement[] stackTrace)
Sets the stack trace elements that will be returned by
Throwable.getStackTrace() and printed by Throwable.printStackTrace()
and related methods. |
Modifier and Type | Method and Description |
---|---|
StackTraceElement |
MonitorInfo.getLockedStackFrame()
Returns the stack frame that locked the object monitor.
|
StackTraceElement[] |
ThreadInfo.getStackTrace()
Returns the stack trace of the thread
associated with this ThreadInfo.
|
Constructor and Description |
---|
MonitorInfo(String className,
int identityHashCode,
int stackDepth,
StackTraceElement stackFrame)
Construct a MonitorInfo object.
|
Modifier and Type | Method and Description |
---|---|
StackTraceElement[] |
StaticIllegalStateException.getStackTrace() |
StackTraceElement[] |
StaticError.getStackTrace() |
StackTraceElement[] |
StaticCheckedException.getStackTrace() |
StackTraceElement[] |
StaticUnsupportedOperationException.getStackTrace() |
StackTraceElement[] |
StaticRuntimeException.getStackTrace() |
StackTraceElement[] |
StaticThrowable.getStackTrace()
Get the stack trace created by fillInStackTrace for this Throwable as an
array of StackTraceElements.
|
StackTraceElement[] |
OutOfMemoryStaticError.getStackTrace() |
StackTraceElement[] |
StaticIllegalArgumentException.getStackTrace() |
StackTraceElement[] |
StaticThrowableStorage.getStackTrace()
Gets the stack trace from thread local storage that was saved by the last
preallocated exception thrown.
|
StackTraceElement[] |
StaticSecurityException.getStackTrace() |
StackTraceElement[] |
IllegalTaskStateException.getStackTrace() |
StackTraceElement[] |
ConstructorCheckedException.getStackTrace() |
Modifier and Type | Method and Description |
---|---|
void |
StaticIllegalStateException.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
StaticError.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
StaticCheckedException.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
StaticUnsupportedOperationException.setStackTrace(StackTraceElement[] trace) |
void |
StaticRuntimeException.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
StaticThrowable.setStackTrace(StackTraceElement[] new_stackTrace)
This method allows overriding the stack trace that was filled during
construction of this object.
|
void |
OutOfMemoryStaticError.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
StaticIllegalArgumentException.setStackTrace(StackTraceElement[] trace) |
void |
StaticThrowableStorage.setStackTrace(StackTraceElement[] stackTrace) |
void |
StaticSecurityException.setStackTrace(StackTraceElement[] trace) |
void |
IllegalTaskStateException.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
ConstructorCheckedException.setStackTrace(StackTraceElement[] trace) |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.