Interface IThrowableProxy

All Known Implementing Classes:
ThrowableProxy, ThrowableProxyVO

@Deprecated(since="2022-01-27") public interface IThrowableProxy
Deprecated.
  • Method Details

    • getMessage

      String getMessage()
      Deprecated.
    • getClassName

      String getClassName()
      Deprecated.
    • getStackTraceElementProxyArray

      StackTraceElementProxy[] getStackTraceElementProxyArray()
      Deprecated.
    • getCommonFrames

      int getCommonFrames()
      Deprecated.
    • getCause

      IThrowableProxy getCause()
      Deprecated.
    • getSuppressed

      IThrowableProxy[] getSuppressed()
      Deprecated.