Package rasj
Class RasResultIsNoIntervalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
rasj.RasException
rasj.RasResultIsNoIntervalException
- All Implemented Interfaces:
Serializable
PURPOSE: This exception is thrown if the result of an operation is no interval.
- See Also:
-
Field Summary
Fields inherited from class rasj.RasException
errNo, errText -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class rasj.RasException
getErrNoMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RasResultIsNoIntervalException
protected RasResultIsNoIntervalException()Standard constructor.
-
-
Method Details
-
getMessage
Returns the error message.- Overrides:
getMessagein classRasException- Returns:
- the error message.
-