|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.xinapse.multisliceimage.roi.ROIException
public class ROIException
Signals that an error has occurred while handling an ROI.
| 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 |
|---|
public ROIException()
public ROIException(java.lang.String s)
Throwable.getMessage()
method of class java.lang.Throwable.
s - the detail message.
public ROIException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||