Uses of Class
rasj.RasException
-
Packages that use RasException Package Description rasj -
-
Uses of RasException in rasj
Subclasses of RasException in rasj Modifier and Type Class Description classRasDimensionMismatchExceptionPURPOSE: This exception is thrown if the dimensions of two objects do not match.classRasIndexOutOfBoundsExceptionPURPOSE: This exception is thrown when a cell index for an MDD exceeds the objects's bounds.classRasResultIsNoCellExceptionPURPOSE: This exception is thrown if the result of an operation is no cell.classRasResultIsNoIntervalExceptionPURPOSE: This exception is thrown if the result of an operation is no interval.classRasStreamInputOverflowExceptionPURPOSE: This exception is thrown if an initialization overflow has occured.classRasTypeInvalidExceptionPURPOSE: This exception is thrown if aprimitive typeis accessed by a method having the wrong type.
-