Interface IThrowableProxy

All Known Implementing Classes:
ThrowableProxy, ThrowableProxyVO

public interface IThrowableProxy
  • Method Details

    • getMessage

      String getMessage()
    • getClassName

      String getClassName()
    • getStackTraceElementProxyArray

      StackTraceElementProxy[] getStackTraceElementProxyArray()
    • getCommonFrames

      int getCommonFrames()
    • getCause

      IThrowableProxy getCause()
    • getSuppressed

      IThrowableProxy[] getSuppressed()
    • isCyclic

      boolean isCyclic()
      Is this instance the result of a cyclic exception?
      Returns:
      true if cyclic, false otherwise