OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.ecmascript.object.error
Class SyntaxError

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

public class SyntaxError
extends Object
The native browser JavaScript object used to represent an error when code has a syntax error.

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
SyntaxError(String message)
The native browser JavaScript object used to represent an error when code has a syntax error.


Field Detail


Constructor Detail


SyntaxError

public SyntaxError(String message)

The native browser JavaScript object used to represent an error when code has a syntax error.

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.