Class ErrorsException

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

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

    Constructors
    Constructor Description
    ErrorsException​(Errors errors)  
  • Method Summary

    Modifier and Type Method Description
    Errors getErrors()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ErrorsException

      public ErrorsException​(Errors errors)
  • Method Details

    • getErrors

      public Errors getErrors()