Package net.imglib2.exception
Class IncompatibleTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.imglib2.exception.ImgLibException
-
- net.imglib2.exception.IncompatibleTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncompatibleTypeException extends ImgLibException
Is thrown if aTypeis not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleTypeException(java.lang.Object obj, java.lang.String message)
-