Package rasj

Class RasResultIsNoCellException

All Implemented Interfaces:
Serializable

public class RasResultIsNoCellException extends RasException

 PURPOSE:
 This exception is thrown if the result of an operation is no cell. This might happen
 if the cast operator for casting to the base type of class r_Marray is invoked
 on an object which is not 'zero-dimensional'.
See Also:
  • Constructor Details

    • RasResultIsNoCellException

      protected RasResultIsNoCellException()
      Standard constructor.
  • Method Details

    • getMessage

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