Package org.jooq.tools.reflect
Class ReflectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jooq.tools.reflect.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
-
-
Constructor Summary
Constructors Constructor Description ReflectException()
ReflectException(java.lang.String message)
ReflectException(java.lang.String message, java.lang.Throwable cause)
ReflectException(java.lang.Throwable cause)
-