OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

org.ecmascript.object.error
Class ReferenceError

org.ecmascript.object.Object
   |
   +--org.ecmascript.object.error.ReferenceError

public class ReferenceError
extends Object
The native browser JavaScript object used to represent an error when a referenced variable cannot be found.

Note that this object is implemented and supported by the web browser and results of its use may vary.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
ReferenceError(String message)
The native browser JavaScript object used to represent an error when a referenced variable cannot be found.


Field Detail


Constructor Detail


ReferenceError

public ReferenceError(String message)

The native browser JavaScript object used to represent an error when a referenced variable cannot be found.

Note that this object is implemented and supported by the web browser and results of its use may vary.

Parameters:
message  -  the error message

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.