org.apache.webbeans.util
Class InjectionExceptionUtil
java.lang.Object
org.apache.webbeans.util.InjectionExceptionUtil
public class InjectionExceptionUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
throwUnproxyableResolutionException
public static void throwUnproxyableResolutionException(ViolationMessageBuilder violationMessage)
throwUnsatisfiedResolutionException
public static void throwUnsatisfiedResolutionException(Class type,
InjectionPoint injectionPoint,
Annotation... qualifiers)
throwAmbiguousResolutionExceptionForBeanName
public static void throwAmbiguousResolutionExceptionForBeanName(Set<Bean<?>> beans,
String beanName)
throwAmbiguousResolutionException
public static void throwAmbiguousResolutionException(Set<Bean<?>> beans)
throwAmbiguousResolutionException
public static void throwAmbiguousResolutionException(Set<Bean<?>> beans,
Class type,
InjectionPoint injectionPoint,
Annotation... qualifiers)
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.