powered by
Checks if a class is static or not. A class is static if it has static methods.
# S3 method for Class isStatic(this, ...)
Returns TRUE if the class is static, otherwise FALSE.
TRUE
FALSE
Not used.
Henrik Bengtsson
setConstructorS3(). For more information see Class.
setConstructorS3
Class
if (!isStatic(RccViolationException)) throw("RccViolationException should be static because Exception is.")
Run the code above in your browser using DataLab