Class BaseException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TOP_STACK  
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseException()  
      BaseException​(java.lang.String message)  
      BaseException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ErrorInfo getErrorInfo()  
      static java.lang.String getStackTrace​(java.lang.Throwable cause)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BaseException

        public BaseException()
      • BaseException

        public BaseException​(java.lang.String message)
      • BaseException

        public BaseException​(java.lang.String message,
                             java.lang.Throwable cause)
    • Method Detail

      • getErrorInfo

        public ErrorInfo getErrorInfo()
      • getStackTrace

        public static java.lang.String getStackTrace​(java.lang.Throwable cause)