Class ROIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.multisliceimage.roi.ROIException
All Implemented Interfaces:
Serializable

public class ROIException extends Exception
Signals that an error has occurred while handling an ROI.
See Also:
  • Constructor Details

    • ROIException

      public ROIException()
      Constructs an ROIException without a detail message.
    • ROIException

      public ROIException(String s)
      Constructs an ROIException with the specified detail message. The error message String s can later be retrieved by the Throwable.getMessage() method of class Throwable.
      Parameters:
      s - the detail message.
    • ROIException

      public ROIException(String message, Throwable cause)
      Constructs an ROIException with the specified cause.
      Parameters:
      message - the detail message.
      cause - the cause.