org.jvnet.hk2.testing.junit.internal
Class ErrorServiceImpl

java.lang.Object
  extended by org.jvnet.hk2.testing.junit.internal.ErrorServiceImpl
All Implemented Interfaces:
ErrorService

@Singleton
public class ErrorServiceImpl
extends Object
implements ErrorService

Author:
jwells

Constructor Summary
ErrorServiceImpl()
           
 
Method Summary
 void failureToReify(ActiveDescriptor<?> descriptor, Injectee injectee, MultiException me)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorServiceImpl

public ErrorServiceImpl()
Method Detail

failureToReify

public void failureToReify(ActiveDescriptor<?> descriptor,
                           Injectee injectee,
                           MultiException me)
                    throws MultiException
Specified by:
failureToReify in interface ErrorService
Throws:
MultiException


Copyright © 2012 Oracle Corporation. All Rights Reserved.