org.joor
Class ReflectException
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
- Author:
- Lukas Eder
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReflectException
public ReflectException(java.lang.String message)
ReflectException
public ReflectException(java.lang.String message,
java.lang.Throwable cause)
ReflectException
public ReflectException()
ReflectException
public ReflectException(java.lang.Throwable cause)
Copyright © 2012. All Rights Reserved.