Class SRuntimeException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getRootCause()  
      java.lang.String getStackTraceString()  
      void printStackTrace​(java.io.PrintWriter log)  
      • Methods inherited from class java.lang.Throwable

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

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

      • SRuntimeException

        public SRuntimeException()
      • SRuntimeException

        public SRuntimeException​(java.lang.Throwable cause)
      • SRuntimeException

        public SRuntimeException​(java.lang.String mMessage)
      • SRuntimeException

        public SRuntimeException​(java.lang.String mMessage,
                                 java.lang.Throwable cause)
    • Method Detail

      • getRootCause

        public java.lang.Throwable getRootCause()
      • getStackTraceString

        public java.lang.String getStackTraceString()
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter log)
        Overrides:
        printStackTrace in class java.lang.Throwable