javax.rad.util.event
Interface IExceptionListener

All Known Subinterfaces:
ILauncher
All Known Implementing Classes:
Application, SwingApplet.SwingAppletLauncher, SwingApplication, UILauncher

public interface IExceptionListener

The IExceptionListener will be used to handle program exceptions. They can occur in any place of the program and will be handled at the desired place of the program.


Method Summary
 void handleException(Throwable pThrowable)
          Notification for the listener to handle an exception occured in another part of the program.
 

Method Detail

handleException

void handleException(Throwable pThrowable)
Notification for the listener to handle an exception occured in another part of the program.

Parameters:
pThrowable - the occured exception


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.