org.scijava
Class NullContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.scijava.NullContextException
- All Implemented Interfaces:
- Serializable
public class NullContextException
- extends RuntimeException
An exception thrown when a Context
is null, but shouldn't be.
- 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 |
NullContextException
public NullContextException()
NullContextException
public NullContextException(String s)
NullContextException
public NullContextException(String s,
Throwable cause)
NullContextException
public NullContextException(Throwable cause)
Copyright © 2009–2014 SciJava. All rights reserved.