org.apache.ode.bpel.runtime.msgs
Class Messages
java.lang.Object
java.util.ResourceBundle
org.apache.ode.utils.msg.MessageBundle
org.apache.ode.bpel.runtime.msgs.Messages
public class Messages
- extends MessageBundle
Message bundle for this package.
Fields inherited from class java.util.ResourceBundle |
parent |
Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Messages
public Messages()
msgUnableToCompileXPath
public 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.
- Parameters:
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}
msgLocationMustBeString
public 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.
- Parameters:
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}.
msgPropertyAliasReturnedRValue
public java.lang.String msgPropertyAliasReturnedRValue(java.lang.String alias,
java.lang.String variable)
msgPropertyAliasReturnedNonElement
public java.lang.String msgPropertyAliasReturnedNonElement(java.lang.String alias,
java.lang.String variable)
msgMessageExchangeFailureOnProcessCompletion
public java.lang.String msgMessageExchangeFailureOnProcessCompletion()
msgUnknownEPR
public java.lang.String msgUnknownEPR(java.lang.String string)