|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
eu.larkc.core.data.workflow.MultiplePluginParametersException
public class MultiplePluginParametersException
This exception indicates that multiple plugin parameter nodes are defined for one plugin. This is an error in the workflow description.
Constructor Summary | |
---|---|
MultiplePluginParametersException(java.lang.String text)
Custom constructor which takes a text as input. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MultiplePluginParametersException(java.lang.String text)
text
- text that indicates the error in the workflow.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |