Package org.midheaven.lang.reflection
Class ReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.midheaven.lang.reflection.ReflectionException
- All Implemented Interfaces:
Serializable
Exception related to Reflection.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionException(Exception cause) Creates a new ReflectionException.ReflectionException(String message) Creates a new ReflectionException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReflectionException
Creates a new ReflectionException.- Parameters:
cause- the cause value
-
ReflectionException
Creates a new ReflectionException.- Parameters:
message- the message value
-