OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.ecmascript.object.error
Class RangeError

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

public class RangeError
extends Object
The native browser JavaScript object used to represent an error when the a number is outside of a required range.

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
RangeError(String message)
The native browser JavaScript object used to represent an error when the a number is outside of a required range.


Field Detail


Constructor Detail


RangeError

public RangeError(String message)

The native browser JavaScript object used to represent an error when the a number is outside of a required range.

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 2009.09.25 03:44 UTC
Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.