Class ReflectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReflectException
    extends java.lang.RuntimeException
    A unchecked wrapper for any of Java's checked reflection exceptions:

    These exceptions are

    • ClassNotFoundException
    • IllegalAccessException
    • IllegalArgumentException
    • InstantiationException
    • InvocationTargetException
    • NoSuchMethodException
    • NoSuchFieldException
    • SecurityException
    Author:
    Lukas Eder
    See Also:
    Serialized Form
    • 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 message)
      • ReflectException

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

        public ReflectException()
      • ReflectException

        public ReflectException​(java.lang.Throwable cause)