Package com.google.inject.internal
Class ErrorsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.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 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()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-