Uses of Class
org.apache.webbeans.exception.helper.ViolationMessageBuilder

Packages that use ViolationMessageBuilder
org.apache.webbeans.exception.helper   
org.apache.webbeans.util   
 

Uses of ViolationMessageBuilder in org.apache.webbeans.exception.helper
 

Methods in org.apache.webbeans.exception.helper that return ViolationMessageBuilder
 ViolationMessageBuilder ViolationMessageBuilder.addLine(java.lang.String... text)
           
 ViolationMessageBuilder ViolationMessageBuilder.append(java.lang.String... text)
           
static ViolationMessageBuilder ViolationMessageBuilder.newViolation()
           
static ViolationMessageBuilder ViolationMessageBuilder.newViolation(java.lang.String... text)
           
 

Uses of ViolationMessageBuilder in org.apache.webbeans.util
 

Methods in org.apache.webbeans.util with parameters of type ViolationMessageBuilder
static void InjectionExceptionUtils.throwUnproxyableResolutionException(ViolationMessageBuilder violationMessage)
           
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.