Package rasj
Class RasStreamInputOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
rasj.RasException
rasj.RasStreamInputOverflowException
- All Implemented Interfaces:
Serializable
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:
-
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
-
RasStreamInputOverflowException
protected RasStreamInputOverflowException()Standard constructor.
-
-
Method Details
-
getMessage
Returns the error message.- Overrides:
getMessagein classRasException- Returns:
- the error message.
-