Headings and Definitions | Opt .............. Optional instance/property (where applicable). An application may use or ignore optional return-objects/-values. N ................. Number of instances required, permitted or available within the scope in question NumLit/Num .. Number object or number literal StrLit/Str ....... String object or string literal | ||||||||||||
Top-Level Objects | Name | Class | Opt | N | Arguments | Returns | Description | ||||||
throwException | Function | N | 1 | ( | StrLit/Str | name, | Str/StrLit | message | [, NumLit/Num | StackOffset]) | undefined | – | |
createThrowException_Remote | Function | N | 1 | ( | StrLit/Str | URL) | Function | throwException_Remote | |||||
throwExceptionRemote | throwException_Remote | Function | Y | 0..* | ( | StrLit/Str | name, | Str/StrLit | message | [, NumLit/Num | StackOffset]) | undefined | – |