JsUnit |
JsUnitError class. More...
Public Member Functions | |
void | JsUnitError (String msg) |
Constructor. More... | |
String | toString () |
String representation of the error. More... | |
Public Member Functions inherited from Error | |
void | Error (String msg) |
Constructor. More... | |
String | toString () |
String representation of the error. More... | |
Public Attributes | |
int | message |
Public Attributes inherited from Error | |
String | message |
The error message. More... | |
Static Public Attributes | |
static String | name |
The name of the Error class as String. More... | |
Static Public Attributes inherited from Error | |
static int | testable |
static String | name |
The name of the Error class as String. More... | |
JsUnitError class.
Since ECMA does not define any inheritability of the Error class and the class itself is highly vender specific, JsUnit uses its own base class for all errors in the framework.
void JsUnitError::JsUnitError | ( | String | msg | ) |
Constructor.
The constructor initializes the message
member with the argument msg.
msg | The error message. |
String JsUnitError::toString | ( | ) |
int JsUnitError::message |
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
|