Home
last modified time | relevance | path

Searched refs:throwBoundFieldException (Results 1 – 1 of 1) sorted by relevance

/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
DBoundFieldModule.java177 throwBoundFieldException( in getBoundType()
249 throwBoundFieldException(field, "Fields annotated with both @Bind and @Inject are illegal."); in getBoundFieldInfo()
293 throwBoundFieldException( in bindField()
362 throwBoundFieldException( in getFieldValue()
368 throwBoundFieldException( in getFieldValue()
377 private void throwBoundFieldException(Field field, String format, Object... args) { in throwBoundFieldException() method in BoundFieldModule