Class RPException

    • Constructor Summary

      Constructors 
      Constructor Description
      RPException​(java.lang.String str)  
      RPException​(java.lang.String str, java.lang.Throwable e)  
      RPException​(java.lang.Throwable e)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static void checkErrorType​(java.lang.Throwable e)  
      java.lang.Class getErrorClass()  
      java.lang.String getRPType()  
      java.lang.Throwable getSerialisableObject()  
      • 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

      • RPException

        public RPException​(java.lang.String str)
      • RPException

        public RPException​(java.lang.String str,
                           java.lang.Throwable e)
      • RPException

        public RPException​(java.lang.Throwable e)
    • Method Detail

      • checkErrorType

        private static void checkErrorType​(java.lang.Throwable e)
      • getRPType

        public java.lang.String getRPType()
      • getSerialisableObject

        public java.lang.Throwable getSerialisableObject()
      • getErrorClass

        public java.lang.Class getErrorClass()