Class DuplicateROIException

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

public class DuplicateROIException extends Exception
Signals the attempted creation and addition of an identical duplicate ROI to an image.
See Also:
  • Constructor Details

    • DuplicateROIException

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

      public DuplicateROIException(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.