JsUnit 1.3 |
![]() |
![]() |
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.
Public Member Functions | |
void | JsUnitError (String msg) |
Constructor. | |
String | toString () |
String representation of the error. | |
Public Attributes | |
int | message |
The error message. | |
Static Public Attributes | |
static String | name |
The name of the Error class as String. |
void JsUnitError::JsUnitError | ( | String | msg | ) |
Constructor.
The constructor initializes the message
member with the argument msg.
msg | The error message. |
String JsUnitError::toString | ( | ) |
String JsUnitError::name [static] |
The name of the Error class as String.
Reimplemented from Error.
Reimplemented in ComparisonFailure, AssertionFailedError, InterfaceDefinitionError, FunctionGluingError, and PrinterWriterError.
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Fri Oct 19 23:11:09 2007 for JsUnit by doxygen 1.5.2
|