Class ErrorsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.elasticsearch.common.inject.internal.ErrorsException
All Implemented Interfaces:
Serializable

public class ErrorsException extends Exception
Indicates that a result could not be returned while preparing or resolving a binding. The caller should merge the errors from this exception with their existing errors.
See Also:
  • Constructor Details

    • ErrorsException

      public ErrorsException(Errors errors)
  • Method Details

    • getErrors

      public Errors getErrors()