Public Member Functions | |
boolean | doAssert (boolean condition, String message) |
|
Assertion. Does nothing if the boolean condition is true; issues an error message (and possibly an error log) if the condition is false. Method to be implemented by different Assert mechanism. Currently implemented in a Netbeans-specific manner
Implemented in cern::gp::util::NbAssert.
|