OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.ecmascript.object.error
Class URIError

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

public class URIError
extends Object
The native browser JavaScript object used to represent an error with decoding or encoding of a URI.

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
URIError(String message)
The native browser JavaScript object used to represent an error with decoding or encoding of a URI.


Field Detail


Constructor Detail


URIError

public URIError(String message)

The native browser JavaScript object used to represent an error with decoding or encoding of a URI.

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 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.