|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.elasticsearch.ElasticSearchException org.elasticsearch.action.ActionRequestValidationException
public class ActionRequestValidationException
Constructor Summary | |
---|---|
ActionRequestValidationException()
|
Method Summary | |
---|---|
void |
addValidationError(java.lang.String error)
|
void |
addValidationErrors(java.lang.Iterable<java.lang.String> errors)
|
java.lang.String |
getMessage()
|
java.util.List<java.lang.String> |
validationErrors()
|
Methods inherited from class org.elasticsearch.ElasticSearchException |
---|
contains, getDetailedMessage, getMostSpecificCause, getRootCause, status, unwrapCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActionRequestValidationException()
Method Detail |
---|
public void addValidationError(java.lang.String error)
public void addValidationErrors(java.lang.Iterable<java.lang.String> errors)
public java.util.List<java.lang.String> validationErrors()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |