Class ErrorsException

org.elasticsearch.common.inject.internal.ErrorsException
All Implemented Interfaces:

public class ErrorsException extends
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:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.

    , , , , , , , , , , , ,

    Methods inherited from class java.lang.

    , , , , , , , , ,
  • Constructor Details

    • ErrorsException

      public ErrorsException(Errors errors)
  • Method Details

    • getErrors

      public Errors getErrors()