The system.errors
package contains error classes that are part of the VEGAS JS Application Programming Interface (API), rather than part of the Javascript core language. The Javascript core language is the part of the language that complies with the ECMAScript standard.
Classes
- ConcurrencyError
- Thrown when methods that have detected concurrent modification of an object when such modification is not permissible.
- InvalidChannelError
- Thrown when an invalid channel is find.
- InvalidFilterError
- Thrown when an invalid filter is find.
- NonUniqueKeyError
- Thrown when a key is non unique.
- NoSuchElementError
- Thrown by an Enumeration to indicate that there are no more elements in the enumeration.