public final class AssemblyStackTraceException
extends java.lang.RuntimeException
Constructor and Description |
---|
AssemblyStackTraceException(java.lang.String message)
Constructs an AssemblyStackTraceException with the given message.
|
Modifier and Type | Method and Description |
---|---|
void |
attachTo(java.lang.Throwable exception)
Finds an empty cause slot and assigns itself to it.
|
java.lang.Throwable |
fillInStackTrace() |
static AssemblyStackTraceException |
find(java.lang.Throwable e)
Locate the first AssemblyStackTraceException in the causal chain of the
given Throwable (or it if it's one).
|
public AssemblyStackTraceException(java.lang.String message)
message
- the messagepublic java.lang.Throwable fillInStackTrace()
fillInStackTrace
in class java.lang.Throwable
public void attachTo(java.lang.Throwable exception)
exception
- the exception to start frompublic static AssemblyStackTraceException find(java.lang.Throwable e)
e
- the input throwable