public class ExceptionStackTrace extends Object implements Serializable
ExceptionStackTrace
is intended to be used to encapsulate an exception stack trace. It is used
when a component wants to maintain the original stack trace of an internal exception that its client does
not have access to.Constructor and Description |
---|
ExceptionStackTrace(Throwable exception) |
Modifier and Type | Method and Description |
---|---|
protected static String |
generateStackTraceString(Throwable t) |
String |
getCauseMessage()
Get the original exception message string
|
String |
getStackTrace() |
public ExceptionStackTrace(Throwable exception)
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.