com.unitesk.atp.text.filters
Class MessageBoxExceptionHandler

java.lang.Object
  extended by com.unitesk.atp.text.filters.MessageBoxExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public class MessageBoxExceptionHandler
extends Object
implements ExceptionHandler

Implementation of exception handler that put message in given message box.

Since:
3.4
Version:
$Id: MessageBoxExceptionHandler.java,v 1.1 2005/07/06 12:37:11 all-x Exp $
Author:
Alexey Demakov

Constructor Summary
MessageBoxExceptionHandler(MessageBox mbox, File file)
           
 
Method Summary
 File getFile()
           
 MessageBox getMessageBox()
           
 void process(Exception e)
          Process the specified exception.
 void setFile(File file)
           
 void setMessageBox(MessageBox mbox)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageBoxExceptionHandler

public MessageBoxExceptionHandler(MessageBox mbox,
                                  File file)
Method Detail

getMessageBox

public MessageBox getMessageBox()

setMessageBox

public void setMessageBox(MessageBox mbox)

getFile

public File getFile()

setFile

public void setFile(File file)

process

public void process(Exception e)
Description copied from interface: ExceptionHandler
Process the specified exception.

Specified by:
process in interface ExceptionHandler
Parameters:
e - The exception to process.


Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.