public class ValidationException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentName |
protected Object[] |
details |
protected String |
message |
protected static Messages |
messages |
protected String |
prefix |
| Constructor and Description |
|---|
ValidationException(String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getComponentName() |
Object[] |
getDetails() |
String |
getMessage() |
String |
getMessage(int level) |
String |
getMessageKey() |
String |
getPrefix() |
String |
getSummary() |
void |
setComponentName(String componentName) |
void |
setDetails(Object... details) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected static final Messages messages
protected Object[] details
protected String message
protected String prefix
protected String componentName
public ValidationException(String message)
public void setDetails(Object... details)
public String getMessageKey()
public Object[] getDetails()
public String getSummary()
public String getMessage()
getMessage in class Throwablepublic String getMessage(int level)
public String getComponentName()
public void setComponentName(String componentName)
public String getPrefix()
public String getCategory()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.