Class ImgLibException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.imglib2.exception.ImgLibException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IncompatibleTypeException

public class ImgLibException extends Exception
Author:
Curtis Rueden, Stephan Preibisch
See Also:
  • Constructor Details

    • ImgLibException

      public ImgLibException(String message)
    • ImgLibException

      public ImgLibException(Object obj, String message)
    • ImgLibException

      public ImgLibException()
    • ImgLibException

      public ImgLibException(Throwable t)