org.elasticsearch.common.inject.internal
Class ErrorsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.

Author:
jessewilson@google.com (Jesse Wilson)
See Also:
Serialized Form

Constructor Summary
ErrorsException(Errors errors)
           
 
Method Summary
 Errors getErrors()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ErrorsException

public ErrorsException(Errors errors)
Method Detail

getErrors

public Errors getErrors()


Copyright © 2009-2012. All Rights Reserved.