OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.ecmascript.object.error
Class TypeError

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

public class TypeError
extends Object
The native browser JavaScript object used to represent an error when an object type is different than what is expected.

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
TypeError(String message)
The native browser JavaScript object used to represent an error when an object type is different than what is expected.


Field Detail


Constructor Detail


TypeError

public TypeError(String message)

The native browser JavaScript object used to represent an error when an object type is different than what is expected.

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.