com.xinapse.multisliceimage.roi
Class DuplicateROIException

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

public class DuplicateROIException
extends java.lang.Exception

Signals the attempted creation and addition of an identical duplicate ROI to an image.

See Also:
Serialized Form

Constructor Summary
DuplicateROIException()
          Constructs an DuplicateROIException with null as its error detail message.
DuplicateROIException(java.lang.String s)
          Constructs an ROIException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateROIException

public DuplicateROIException()
Constructs an DuplicateROIException with null as its error detail message.


DuplicateROIException

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

Parameters:
s - the detail message.


Copyright 2006-2008 Xinapse Systems Limited. All Rights Reserved.