Class ReflectException

    • Constructor Summary

      Constructors 
      Constructor Description
      ReflectException​(java.lang.String message)
      Constructor with message
      ReflectException​(java.lang.String msg, java.lang.Throwable cause)  
      ReflectException​(java.lang.Throwable cause)
      Constructor with the cause exception
    • Method Summary

      • 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

      • ReflectException

        public ReflectException​(java.lang.String msg,
                                java.lang.Throwable cause)
      • ReflectException

        public ReflectException​(java.lang.Throwable cause)
        Constructor with the cause exception
        Parameters:
        cause - cause exception
      • ReflectException

        public ReflectException​(java.lang.String message)
        Constructor with message
        Parameters:
        message - detailed explanation