- 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.RuntimeExceptionA 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 longserialVersionUIDGenerated 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
-
-