Package org.scijava.util
Class ReflectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.scijava.util.ReflectException
-
- All Implemented Interfaces:
Serializable
public class ReflectException extends Exception
An exception thrown when something goes wrong performing a reflected operation withReflectedUniverse.- Author:
- Curtis Rueden
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReflectException()ReflectException(String s)ReflectException(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
-
-