com.ibm.btt.format.exception
Class ExceptionUtil
java.lang.Object
com.ibm.btt.format.exception.ExceptionUtil
public class ExceptionUtil
- extends java.lang.Object
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 |
ExceptionUtil
public ExceptionUtil()
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)
(c) Copyright IBM Corporation 1998, 2008