Package com.google.inject.internal
Class ErrorsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.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 shouldmerge
the errors from this exception with their existing errors.- Author:
- jessewilson@google.com (Jesse Wilson)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorsException(Errors errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Errors
getErrors()
-