Interface IThrowableProxy
- All Known Implementing Classes:
ThrowableProxy,ThrowableProxyVO
public interface IThrowableProxy
-
Method Details
-
getOverridingMessage
Return the overriding message if any. This method returns null if there is no overriding message.Overriding message exists only if the original throwable implementation overrides the toString() method.
- Returns:
- the overriding message or null
- Since:
- 1.5.22
-
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
- Since:
- 1.3.0
-