Package | Description |
---|---|
com.primavera |
Base exception classes
|
Modifier and Type | Method and Description |
---|---|
static BatchException |
BatchException.addBatchException(BatchException batchException,
BatchException newException)
Adds all exceptions contained in another BatchException to a BatchException.
|
static BatchException |
BatchException.addBatchException(BatchException batchException,
ServerException newException,
int sourceIndex)
Adds an exception to a BatchException.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BatchException.addAll(BatchException src)
Adds all exceptions contained in another BatchException to this
BatchException
|
static BatchException |
BatchException.addBatchException(BatchException batchException,
BatchException newException)
Adds all exceptions contained in another BatchException to a BatchException.
|
static BatchException |
BatchException.addBatchException(BatchException batchException,
ServerException newException,
int sourceIndex)
Adds an exception to a BatchException.
|
Copyright © 2003, 2024, Oracle and/or its affiliates.
Oracle®, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.