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
should merge
the errors from this exception with their existing
errors.
- Author:
- [email protected] (Jesse Wilson)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ErrorsException
public ErrorsException(Errors errors)
getErrors
public Errors getErrors()
Copyright © 2006-2013 Google, Inc.. All Rights Reserved.