Package rasj
Class RasResultIsNoIntervalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- rasj.RasException
-
- rasj.RasResultIsNoIntervalException
-
- All Implemented Interfaces:
java.io.Serializable
public class RasResultIsNoIntervalException extends RasException
PURPOSE: This exception is thrown if the result of an operation is no interval.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class rasj.RasException
errNo, errText
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRasResultIsNoIntervalException()Standard constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()Returns the error message.-
Methods inherited from class rasj.RasException
getErrNo
-
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Returns the error message.- Overrides:
getMessagein classRasException- Returns:
- the error message.
-
-