Package gov.nasa.jpl.input
Class ReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.jpl.input.ReflectionException
- All Implemented Interfaces:
Serializable
Custom exception for reflection. Will be expanded in the future.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionException
(String message) ReflectionException
(String message, Throwable throwable) -
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
-
ReflectionException
-