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(String... text)
           
 ViolationMessageBuilder ViolationMessageBuilder.append(String... text)
           
static ViolationMessageBuilder ViolationMessageBuilder.newViolation()
           
static ViolationMessageBuilder ViolationMessageBuilder.newViolation(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-2012 The Apache Software Foundation. All Rights Reserved.