public class EmtpyRegionFunctionException extends FunctionException
Constructor and Description |
---|
EmtpyRegionFunctionException(java.lang.String msg)
Construct an instance of EmtpyRegionFunctionException
|
EmtpyRegionFunctionException(java.lang.String msg,
java.lang.Throwable cause)
Construct an instance of EmtpyRegionFunctionException
|
EmtpyRegionFunctionException(java.lang.Throwable cause)
Construct an instance of EmtpyRegionFunctionException
|
addException, addExceptions, getExceptions
getRootCause
public EmtpyRegionFunctionException(java.lang.Throwable cause)
cause
- a Throwable cause of this exceptionpublic EmtpyRegionFunctionException(java.lang.String msg)
msg
- Exception messagepublic EmtpyRegionFunctionException(java.lang.String msg, java.lang.Throwable cause)
msg
- the error messagecause
- a Throwable cause of this exception