org.scijava
Class InstantiableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InstantiableException()
           
InstantiableException(String s)
           
InstantiableException(String s, Throwable cause)
           
InstantiableException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstantiableException

public InstantiableException()

InstantiableException

public InstantiableException(String s)

InstantiableException

public InstantiableException(String s,
                             Throwable cause)

InstantiableException

public InstantiableException(Throwable cause)


Copyright © 2009–2014 SciJava. All rights reserved.