- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jooq.tools.reflect.ReflectException
-
- All Implemented Interfaces:
Serializable
public class ReflectException extends RuntimeException
A unchecked wrapper for any of Java's checked reflection exceptions:These exceptions are
- Author:
- Lukas Eder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReflectException()
ReflectException(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
-
-