Package com.xinapse.multisliceimage.roi
Class DuplicateROIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.multisliceimage.roi.DuplicateROIException
- All Implemented Interfaces:
Serializable
Signals the attempted creation and addition of an identical duplicate ROI to an image.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs anDuplicateROIException
without a detail message.Constructs anROIException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateROIException
public DuplicateROIException()Constructs anDuplicateROIException
without a detail message. -
DuplicateROIException
Constructs anROIException
with the specified detail message. The error message strings
can later be retrieved by theThrowable.getMessage()
method of classThrowable
.- Parameters:
s
- the detail message.
-