Package net.imglib2.exception
Class IncompatibleTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.imglib2.exception.ImgLibException
-
- net.imglib2.exception.IncompatibleTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncompatibleTypeException extends ImgLibException
Is thrown if aType
is not supported.- Author:
- Curtis Rueden, Stephan Preibisch, Johannes Schindelin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleTypeException(java.lang.Object obj, java.lang.String message)
-