|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.ResourceBundle
org.apache.ode.utils.msg.MessageBundle
org.apache.ode.bpel.compiler.api.CompilationMessageBundle
org.apache.ode.bpel.compiler.v2.FlowGeneratorMessages
public class FlowGeneratorMessages
Field Summary |
---|
Fields inherited from class java.util.ResourceBundle |
---|
parent |
Constructor Summary | |
---|---|
FlowGeneratorMessages()
|
Method Summary | |
---|---|
CompilationMessage |
errDuplicateLinkDecl(java.lang.String linkName)
Duplicate declaration of link "{0}". |
CompilationMessage |
errLinkMissingSourceActivity(java.lang.String linkName)
The link "{0}" does not have a source. |
CompilationMessage |
errLinkMissingTargetActivity(java.lang.String linkName)
The link "{0}" does not have a target. |
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 |
---|
public FlowGeneratorMessages()
Method Detail |
---|
public CompilationMessage errLinkMissingSourceActivity(java.lang.String linkName)
public CompilationMessage errLinkMissingTargetActivity(java.lang.String linkName)
public CompilationMessage errDuplicateLinkDecl(java.lang.String linkName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |