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 an Instantiable
cannot create an object.
- Author:
- Curtis Rueden
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InstantiableException
public InstantiableException()
InstantiableException
public InstantiableException(String s)
InstantiableException
public InstantiableException(String s,
Throwable cause)
InstantiableException
public InstantiableException(Throwable cause)
Copyright © 2009–2015 SciJava. All rights reserved.