public class Messages extends MessageBundle
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
msgLocationMustBeString(java.lang.String pathString,
int lineNo,
java.lang.String type)
Format a message about passing a non-static location path where one is
expected.
|
java.lang.String |
msgMessageExchangeFailureOnProcessCompletion() |
java.lang.String |
msgPropertyAliasReturnedNonElement(java.lang.String alias,
java.lang.String variable) |
java.lang.String |
msgPropertyAliasReturnedRValue(java.lang.String alias,
java.lang.String variable) |
java.lang.String |
msgUnableToCompileXPath(java.lang.String expr,
int lineNo,
java.lang.String reason)
Format a message about being unable to compile an XPath expression.
|
java.lang.String |
msgUnknownEPR(java.lang.String string) |
format, format, getKeys, getMessages, getMessages, handleGetObject, todo
public java.lang.String msgUnableToCompileXPath(java.lang.String expr, int lineNo, java.lang.String reason)
expr
- the expression in errorlineNo
- the line number for the expressionreason
- the reason that compilation failed.
Unable to compile XPath expression {0} (line#{1}): {2}public java.lang.String msgLocationMustBeString(java.lang.String pathString, int lineNo, java.lang.String type)
pathString
- the errant XPath expressionlineNo
- the line number where the expression occurstype
- the type of the expression
Non-static string values for location paths are not allowed; the expression
{0} at line {1} evaluates to type {2}.public java.lang.String msgPropertyAliasReturnedRValue(java.lang.String alias, java.lang.String variable)
public java.lang.String msgPropertyAliasReturnedNonElement(java.lang.String alias, java.lang.String variable)
public java.lang.String msgMessageExchangeFailureOnProcessCompletion()
public java.lang.String msgUnknownEPR(java.lang.String string)