All Packages Class Hierarchy This Package Previous Next Index
ErrorHandler
is an interface describing how all error handlers
must behave. Anything that has a handlerError
method
qualifies. This is designed so that it can be very flexible for varying needs.
See DefaultErrorHandler
for a description of error handling
capabilities that come with Money.h++.
public abstract void handleError(MoneyException exception)
All Packages Class Hierarchy This Package Previous Next Index