public class ProblemNoTemplatesAvailableForNewActionNodes extends Problem implements java.io.Serializable
ConditionNode.addConditionValueToThisLevel()
if there are no
available templates that can be used to fill in the newly-created empty
ActionNode
s.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemNoTemplatesAvailableForNewActionNodes(ConditionNode conditionNode) |
Modifier and Type | Method and Description |
---|---|
ConditionNode |
getConditionNode() |
java.lang.String |
getErrorMessage() |
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemNoTemplatesAvailableForNewActionNodes(ConditionNode conditionNode)
conditionNode
- ConditionNode
for which ActionNode
s cannot be created.public ConditionNode getConditionNode()
ActionNode
s cannot be created.public java.lang.String getErrorMessage()
getErrorMessage
in class Problem