JsUnit 1.3 |
![]() |
![]() |
This error class is used for gluing member functions to a class. This convenience functionality of Function::glue ensures by throwing an instance of this class, that only valid functions are injected to the prototype. The class has no explicit functionality despite the separate type
Public Member Functions | |
void | FunctionGluingError (String msg) |
Constructor. | |
Static Public Attributes | |
static String | name |
The name of the FunctionGluingError class as String. |
void FunctionGluingError::FunctionGluingError | ( | String | msg | ) |
Constructor.
The constructor initializes the message
member with the argument msg.
msg | The error message. |
String FunctionGluingError::name [static] |
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Fri Oct 19 23:11:01 2007 for JsUnit by doxygen 1.5.2
|