public class ValidationException extends BusinessRuleManagementException
Problem
objects indicate the specific errors that were detected.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ValidationException(java.util.List<Problem> problems) |
ValidationException(java.util.List<Problem> problems,
java.lang.String message) |
ValidationException(java.util.List<Problem> problems,
java.lang.String message,
java.lang.Throwable cause) |
ValidationException(java.util.List<Problem> problems,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.util.List<Problem> |
getProblems()
Get the specific type of problems detected.
|
public static final java.lang.String COPYRIGHT
public ValidationException(java.util.List<Problem> problems)
public ValidationException(java.util.List<Problem> problems, java.lang.String message)
public ValidationException(java.util.List<Problem> problems, java.lang.String message, java.lang.Throwable cause)
public ValidationException(java.util.List<Problem> problems, java.lang.Throwable cause)
public java.util.List<Problem> getProblems()
List
of Problem
objects each of which represents one
validation error. The specific subclass of the Problem
object indicates
what the specific error is. See at the Problem
subclasses defined in the
com.ibm.wbiserver.brules.mgmt.problem
package to see what the possible
validation errors are.public java.lang.String getMessage()
getMessage
in class java.lang.Throwable