All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.roguewave.money.currency.v1_0.ErrorHandler

public interface ErrorHandler
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++.

Author:
Trevor Misfeldt
See Also:
DefaultErrorHandler, MoneyException

Method Index

 o handleError(MoneyException)
Handles a money exception.

Methods

 o handleError
 public abstract void handleError(MoneyException exception)
Handles a money exception.

Parameters:
the - exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index