public class ThrowableProxy extends java.lang.Object implements IThrowableProxy
| Constructor and Description | 
|---|
ThrowableProxy(java.lang.Throwable throwable)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
calculatePackagingData()  | 
void | 
fullDump()  | 
IThrowableProxy | 
getCause()  | 
java.lang.String | 
getClassName()  | 
int | 
getCommonFrames()  | 
java.lang.String | 
getMessage()  | 
PackagingDataCalculator | 
getPackagingDataCalculator()  | 
StackTraceElementProxy[] | 
getStackTraceElementProxyArray()  | 
IThrowableProxy[] | 
getSuppressed()  | 
java.lang.Throwable | 
getThrowable()  | 
public java.lang.Throwable getThrowable()
public java.lang.String getMessage()
getMessage in interface IThrowableProxypublic java.lang.String getClassName()
getClassName in interface IThrowableProxypublic StackTraceElementProxy[] getStackTraceElementProxyArray()
getStackTraceElementProxyArray in interface IThrowableProxypublic int getCommonFrames()
getCommonFrames in interface IThrowableProxypublic IThrowableProxy getCause()
getCause in interface IThrowableProxypublic IThrowableProxy[] getSuppressed()
getSuppressed in interface IThrowableProxypublic PackagingDataCalculator getPackagingDataCalculator()
public void calculatePackagingData()
public void fullDump()
Copyright © 2010 - 2023 Adobe. All Rights Reserved