JsUnit |
Error class according ECMA specification. More...
Public Member Functions | |
void | Error (String msg) |
Constructor. More... | |
String | toString () |
String representation of the error. More... | |
Public Attributes | |
String | message |
The error message. More... | |
Static Public Attributes | |
static int | testable |
static String | name |
The name of the Error class as String. More... | |
Error class according ECMA specification.
This class is only active, if the ECMA implementation of the current engine does not support it.
void Error::Error | ( | String | msg | ) |
Constructor.
The constructor initializes the message
member with the argument msg.
msg | The error message. |
String Error::toString | ( | ) |
String Error::message |
The error message.
|
static |
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Wed Apr 15 2015 02:33:07 for JsUnit by doxygen 1.8.5
|