Name

global.IllegalArgumentException

Description

Provides exception wrapping for illegal arguments specified.

Script

/**
* Provides exception wrapping for illegal arguments specified.
* @author Roy Laurie <roy.laurie@service-now.com> RAL
*/
var IllegalArgumentException = Class.create();
IllegalArgumentException.prototype = Object.extendsObject(GenericException);

Sys ID

82c07f2d3710100034408c00dfbe5d87

Offical Documentation

Official Docs: