Package rasj
Class RasStreamInputOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- rasj.RasException
-
- rasj.RasStreamInputOverflowException
-
- All Implemented Interfaces:
java.io.Serializable
public class RasStreamInputOverflowException extends RasException
PURPOSE: This exception is thrown if an initialization overflow has occured. It typically arises when a stream input operator is invoked more often than the object has dimensions.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class rasj.RasException
errNo, errText
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRasStreamInputOverflowException()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.
-
-