2005/5/9

     
 

class ThrowListener

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::lang::ThrowListener Class Reference

#include <Throwable.h>

List of all members.


Detailed Description

listen on exception before they are thrown via the THROWx macros.

This is for example usefull Debugger implementations, which want to create breakpoints on thrown exceptions.


Public Member Functions

virtual bool onThrow (IN(RThrowable) ex, int line, IN(RString) file)=0
 before an exception will be thrown, the listener will be called if one of these listener returns false, the exception will not be thrown


Member Function Documentation

virtual bool acdk::lang::ThrowListener::onThrow IN(RThrowable ex,
int  line,
IN(RString file
[pure virtual]
 

before an exception will be thrown, the listener will be called if one of these listener returns false, the exception will not be thrown