com.xinapse.multisliceimage.roi
Class ROIException

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

public class ROIException
extends java.lang.Exception

Signals that an error has occurred while handling an ROI.

See Also:
Serialized Form

Constructor Summary
ROIException()
          Constructs an ROIException with null as its error detail message.
ROIException(java.lang.String s)
          Constructs an ROIException with the specified detail message.
ROIException(java.lang.String message, java.lang.Throwable cause)
          Constructs an ROIException with the specified cause.
 
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

ROIException

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


ROIException

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

ROIException

public ROIException(java.lang.String message,
                    java.lang.Throwable cause)
Constructs an ROIException with the specified cause.

Parameters:
message - the detail message.
cause - the cause.


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