Package rasj
Class RasResultIsNoCellException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- rasj.RasException
-
- rasj.RasResultIsNoCellException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class rasj.RasException
errNo, errText
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRasResultIsNoCellException()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.
-
-