com.google.inject.internal

Class 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 Detail

      • ErrorsException

        public ErrorsException(Errors errors)
    • Method Detail

      • getErrors

        public Errors getErrors()

Copyright © 2006–2020 Google, Inc.. All rights reserved.