com.unitesk.atp.text.filters
Class MessageBoxExceptionHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageBoxExceptionHandler
public MessageBoxExceptionHandler(MessageBox mbox,
File file)
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.