siouxsie.desktop.commands.impl
Class ExceptionHandler

java.lang.Object
  extended by siouxsie.desktop.commands.impl.ExceptionHandler
All Implemented Interfaces:
IExceptionHandler

public class ExceptionHandler
extends java.lang.Object
implements IExceptionHandler


Constructor Summary
ExceptionHandler()
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getTitle()
           
 void handleException(java.lang.Exception e)
          Handle exception
 void setMessage(java.lang.String message)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

handleException

public void handleException(java.lang.Exception e)
Description copied from interface: IExceptionHandler
Handle exception

Specified by:
handleException in interface IExceptionHandler

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String message)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)


Copyright © 2006-2008 null. All Rights Reserved.