com.infoengine.procunit
Class IEExceptionUtil

java.lang.Object
  extended bycom.infoengine.procunit.IEExceptionUtil

public class IEExceptionUtil
extends Object


Constructor Summary
IEExceptionUtil()
           
 
Method Summary
static void checkCollectionForErrors(IeCollection collect)
           
static void checkCollectionForErrors(IeCollection collect, String exceptionClass)
           
static void checkResponseForErrors(IeRequest response)
           
static void checkResponseForErrors(IeRequest response, String exceptionClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEExceptionUtil

public IEExceptionUtil()
Method Detail

checkCollectionForErrors

public static void checkCollectionForErrors(IeCollection collect)
                                     throws IEException
Throws:
IEException

checkCollectionForErrors

public static void checkCollectionForErrors(IeCollection collect,
                                            String exceptionClass)
                                     throws IEException
Throws:
IEException

checkResponseForErrors

public static void checkResponseForErrors(IeRequest response)
                                   throws IEException
Throws:
IEException

checkResponseForErrors

public static void checkResponseForErrors(IeRequest response,
                                          String exceptionClass)
                                   throws IEException
Throws:
IEException