Package rasj

Class RasStreamInputOverflowException

All Implemented Interfaces:
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:
  • Constructor Details

    • RasStreamInputOverflowException

      protected RasStreamInputOverflowException()
      Standard constructor.
  • Method Details

    • getMessage

      public String getMessage()
      Returns the error message.
      Overrides:
      getMessage in class RasException
      Returns:
      the error message.