Uses of Class
rasj.RasRuntimeException
-
Packages that use RasRuntimeException Package Description rasj -
-
Uses of RasRuntimeException in rasj
Subclasses of RasRuntimeException in rasj Modifier and Type Class Description classRasClientInternalExceptionPURPOSE: This runtime exception indicates an internal error on client-side , which cannot be solved by the user.classRasIllegalULongValueExceptionPURPOSE: This exception is thrown if aRasMArrayLongis trying to be sent to the server where one or more cell values exceed 2^32 or are negative.classRasIllegalUShortValueExceptionPURPOSE: This exception is thrown if aRasMArrayShortis trying to be sent to the server for ODMG type UShort where one or more cell values exceed 2^16 or are negative.classRasInvalidNameExceptionPURPOSE: This exception is thrown if a object name contains unaccepted characters COMMENTS:classRasTypeNotSupportedExceptionPURPOSE: This runtime exception is raised when theBaseTypeof a query result is not supported by the current version of the rasj package.classRasTypeUnknownExceptionPURPOSE: This runtime exception is raised when theRasTypeof a query result is unknown on client-side.
-