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:
- Serialized Form
- 
Constructor SummaryConstructorsConstructorDescriptionReflectException(String message)ReflectException(String message, Throwable cause)ReflectException(Throwable cause)
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ReflectException
- 
ReflectException
- 
ReflectExceptionpublic ReflectException()
- 
ReflectException
 
-