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

 Thrown when an action is attempted at a time when the VM is not
 in the correct state.
*/
var IllegalStateException = {


};