public class ValidationFailedException extends OpenEJBException implements ValidationResults
| Constructor and Description |
|---|
ValidationFailedException(String message,
ValidationResults set) |
ValidationFailedException(String message,
ValidationResults set,
ValidationFailedException e) |
| Modifier and Type | Method and Description |
|---|---|
ValidationError[] |
getErrors() |
ValidationFailure[] |
getFailures() |
String |
getModuleType() |
String |
getName() |
ValidationWarning[] |
getWarnings() |
boolean |
hasErrors() |
boolean |
hasFailures() |
boolean |
hasWarnings() |
getMessage, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationFailedException(String message, ValidationResults set)
public ValidationFailedException(String message, ValidationResults set, ValidationFailedException e)
public String getName()
getName in interface ValidationResultspublic ValidationError[] getErrors()
getErrors in interface ValidationResultspublic ValidationFailure[] getFailures()
getFailures in interface ValidationResultspublic ValidationWarning[] getWarnings()
getWarnings in interface ValidationResultspublic boolean hasWarnings()
hasWarnings in interface ValidationResultspublic boolean hasFailures()
hasFailures in interface ValidationResultspublic boolean hasErrors()
hasErrors in interface ValidationResultspublic String getModuleType()
getModuleType in interface ValidationResultsCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.