org.scijava
Class NullContextException

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

Constructor Summary
NullContextException()
           
NullContextException(String s)
           
NullContextException(String s, Throwable cause)
           
NullContextException(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

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.