Uses of Class
com.primavera.BatchException
Packages that use BatchException
-
Uses of BatchException in com.primavera
Methods in com.primavera that return BatchExceptionModifier and TypeMethodDescriptionstatic BatchExceptionBatchException.addBatchException(BatchException batchException, BatchException newException) Adds all exceptions contained in another BatchException to a BatchException.static BatchExceptionBatchException.addBatchException(BatchException batchException, ServerException newException, int sourceIndex) Adds an exception to a BatchException.Methods in com.primavera with parameters of type BatchExceptionModifier and TypeMethodDescriptionbooleanBatchException.addAll(BatchException src) Adds all exceptions contained in another BatchException to this BatchExceptionstatic BatchExceptionBatchException.addBatchException(BatchException batchException, BatchException newException) Adds all exceptions contained in another BatchException to a BatchException.static BatchExceptionBatchException.addBatchException(BatchException batchException, ServerException newException, int sourceIndex) Adds an exception to a BatchException.