/**@class java.lang.ClassCastException
@extends java.lang.RuntimeException

 Thrown when a program attempts to cast a an object to a type with which it is
 not compatible.
*/
var ClassCastException = {


};