org.apache.ode.bpel.compiler.v1
Class WaitGeneratorMessages

java.lang.Object
  extended by java.util.ResourceBundle
      extended by org.apache.ode.utils.msg.MessageBundle
          extended by org.apache.ode.bpel.compiler.api.CompilationMessageBundle
              extended by org.apache.ode.bpel.compiler.v1.WaitGeneratorMessages

public class WaitGeneratorMessages
extends CompilationMessageBundle


Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
WaitGeneratorMessages()
           
 
Method Summary
 CompilationMessage errWaitMustDefineForOrUntilDuration()
          Must specify exactly one "for" or "until" expression.
 
Methods inherited from class org.apache.ode.bpel.compiler.api.CompilationMessageBundle
formatCompilationMessage
 
Methods inherited from class org.apache.ode.utils.msg.MessageBundle
format, format, getKeys, getMessages, getMessages, handleGetObject, todo
 
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
 

Constructor Detail

WaitGeneratorMessages

public WaitGeneratorMessages()
Method Detail

errWaitMustDefineForOrUntilDuration

public CompilationMessage errWaitMustDefineForOrUntilDuration()
Must specify exactly one "for" or "until" expression.