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