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

 Thrown when a method is invoked with an argument which it can not reasonably
 deal with.
*/
var IllegalArgumentException = {


};