java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.tools.reflect.ReflectException
- All Implemented Interfaces:
Serializable
A unchecked wrapper for any of Java's checked reflection exceptions:
These exceptions are
- Author:
- Lukas Eder
- See Also:
-
Constructor Summary
ConstructorDescriptionReflectException
(String message) ReflectException
(String message, Throwable cause) ReflectException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReflectException
-
ReflectException
-
ReflectException
public ReflectException() -
ReflectException
-