IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs
Class DefaultExceptionHandler

java.lang.Object
  extended by com.ibm.btt.cs.DefaultExceptionHandler
All Implemented Interfaces:
ExceptionHandler
Direct Known Subclasses:
HtmlExceptionHandler

public class DefaultExceptionHandler
extends java.lang.Object
implements ExceptionHandler

This class provide a default super class for handling channel exceptions


Constructor Summary
DefaultExceptionHandler()
           
 
Method Summary
 void preProcessException(ChannelContext context, java.lang.Throwable ex)
          This API will be called when BTT System met an exception It will simple return the exception object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExceptionHandler

public DefaultExceptionHandler()
Method Detail

preProcessException

public void preProcessException(ChannelContext context,
                                java.lang.Throwable ex)
This API will be called when BTT System met an exception It will simple return the exception object

Specified by:
preProcessException in interface ExceptionHandler
Parameters:
context -
ex -

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011