Package loci.common
Class ReflectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
loci.common.ReflectException
- All Implemented Interfaces:
Serializable
ReflectException is the exception thrown when something
goes wrong performing a reflected operation with ReflectedUniverse.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReflectException(String s, Throwable cause) ReflectException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReflectException
public ReflectException() -
ReflectException
-
ReflectException
-
ReflectException
-