- All Known Implementing Classes:
ThrowableProxy
,ThrowableProxyVO
public interface IThrowableProxy
-
Method Details
-
getMessage
-
getClassName
-
getStackTraceElementProxyArray
-
getCommonFrames
int getCommonFrames() -
getCause
-
getSuppressed
-
isCyclic
boolean isCyclic()Is this instance the result of a cyclic exception?- Returns:
- true if cyclic, false otherwise
-