- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.joor.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
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Generated UID
-
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)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Generated UID- See Also:
- Constant Field Values
-
-