com.opensymphony.xwork2.ognl
Class ErrorMessageBuilder

java.lang.Object
  extended by com.opensymphony.xwork2.ognl.ErrorMessageBuilder

public class ErrorMessageBuilder
extends Object

Helper class to build error messages.


Method Summary
 String build()
           
static ErrorMessageBuilder create()
           
 ErrorMessageBuilder errorSettingExpressionWithValue(String expr, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static ErrorMessageBuilder create()

errorSettingExpressionWithValue

public ErrorMessageBuilder errorSettingExpressionWithValue(String expr,
                                                           Object value)

build

public String build()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.