public class ValidationError extends ValidationException
componentName, details, message, messages, prefix| Constructor and Description |
|---|
ValidationError(String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Throwable |
getCause() |
String |
getPrefix() |
void |
setCause(Throwable cause) |
getComponentName, getDetails, getMessage, getMessage, getMessageKey, getSummary, setComponentName, setDetailsaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationError(String message)
public String getPrefix()
getPrefix in class ValidationExceptionpublic String getCategory()
getCategory in class ValidationExceptionpublic void setCause(Throwable cause)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.