Package org.scijava
Class InstantiableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.scijava.InstantiableException
-
- All Implemented Interfaces:
Serializable
public class InstantiableException extends Exception
An exception thrown when anInstantiablecannot create an object.- Author:
- Curtis Rueden
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstantiableException()InstantiableException(String s)InstantiableException(String s, Throwable cause)InstantiableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-