IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.format.exception
Class ExceptionUtil

java.lang.Object
  extended by com.ibm.btt.format.exception.ExceptionUtil

public class ExceptionUtil
extends java.lang.Object


Constructor Summary
ExceptionUtil()
           
 
Method Summary
static AttrConfigException createAttrConfigException(java.lang.String tagName, java.lang.String attrName, java.lang.String value)
           
static AttrConfigException createAttrConfigException(java.lang.String tagName, java.lang.String attrName, java.lang.String value, java.lang.String[] candidates)
           
static ExtractException createExtractException(FormatElement format, Message message)
           
static ExtractException createExtractException(FormatElement format, Message message, java.lang.Throwable e)
           
static FormatException createFormatException(FormatElement format)
           
static FormatException createFormatException(FormatElement format, java.lang.Throwable e)
           
static UnformatException createUnformatException(FormatElement format, Message message)
           
static UnformatException createUnformatException(FormatElement format, Message message, java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtil

public ExceptionUtil()
Method Detail

createFormatException

public static FormatException createFormatException(FormatElement format,
                                                    java.lang.Throwable e)

createUnformatException

public static UnformatException createUnformatException(FormatElement format,
                                                        Message message,
                                                        java.lang.Throwable e)

createExtractException

public static ExtractException createExtractException(FormatElement format,
                                                      Message message,
                                                      java.lang.Throwable e)

createExtractException

public static ExtractException createExtractException(FormatElement format,
                                                      Message message)

createUnformatException

public static UnformatException createUnformatException(FormatElement format,
                                                        Message message)

createFormatException

public static FormatException createFormatException(FormatElement format)

createAttrConfigException

public static AttrConfigException createAttrConfigException(java.lang.String tagName,
                                                            java.lang.String attrName,
                                                            java.lang.String value)

createAttrConfigException

public static AttrConfigException createAttrConfigException(java.lang.String tagName,
                                                            java.lang.String attrName,
                                                            java.lang.String value,
                                                            java.lang.String[] candidates)

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008