Package net.imglib2.exception
Class ImgLibException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.imglib2.exception.ImgLibException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IncompatibleTypeException
public class ImgLibException extends java.lang.Exception
- Author:
- Curtis Rueden, Stephan Preibisch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImgLibException()
ImgLibException(java.lang.Object obj, java.lang.String message)
ImgLibException(java.lang.String message)
ImgLibException(java.lang.Throwable t)
-