org.apache.webbeans.exception.helper
Class ViolationMessageBuilder
java.lang.Object
org.apache.webbeans.exception.helper.ViolationMessageBuilder
public class ViolationMessageBuilder
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ViolationMessageBuilder
public ViolationMessageBuilder()
newViolation
public static ViolationMessageBuilder newViolation()
newViolation
public static ViolationMessageBuilder newViolation(java.lang.String... text)
append
public ViolationMessageBuilder append(java.lang.String... text)
addLine
public ViolationMessageBuilder addLine(java.lang.String... text)
containsViolation
public boolean containsViolation()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.