OracleJavaScript API Reference for Oracle ADF Faces

 

org.ecmascript.object.error

Summary

This is the JavaScript Documentation for package "org.ecmascript.object.error".

Classes

Error
The native browser JavaScript object used to represent an error.
EvalError
The native browser JavaScript object used to represent an error when the eval() method is used incorrectly.
RangeError
The native browser JavaScript object used to represent an error when the a number is outside of a required range.
ReferenceError
The native browser JavaScript object used to represent an error when a referenced variable cannot be found.
SyntaxError
The native browser JavaScript object used to represent an error when code has a syntax error.
TypeError
The native browser JavaScript object used to represent an error when an object type is different than what is expected.
URIError
The native browser JavaScript object used to represent an error with decoding or encoding of a URI.

 


 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.