public class ROIException
extends java.lang.Exception
Constructor and Description |
---|
ROIException()
Constructs an ROIException without a 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.
|
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.Copyright 2017 Xinapse Systems Limited. All Rights Reserved.