org.apache.webbeans.exception.helper
Class ViolationMessageBuilder

java.lang.Object
  extended by org.apache.webbeans.exception.helper.ViolationMessageBuilder

public class ViolationMessageBuilder
extends Object


Constructor Summary
ViolationMessageBuilder()
           
 
Method Summary
 ViolationMessageBuilder addLine(String... text)
           
 ViolationMessageBuilder append(String... text)
           
 boolean containsViolation()
           
static ViolationMessageBuilder newViolation()
           
static ViolationMessageBuilder newViolation(String... text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViolationMessageBuilder

public ViolationMessageBuilder()
Method Detail

newViolation

public static ViolationMessageBuilder newViolation()

newViolation

public static ViolationMessageBuilder newViolation(String... text)

append

public ViolationMessageBuilder append(String... text)

addLine

public ViolationMessageBuilder addLine(String... text)

containsViolation

public boolean containsViolation()

toString

public String toString()
Overrides:
toString in class Object


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