public class FailureMessageBuilder extends Object
Constructor and Description |
---|
FailureMessageBuilder(BooleanOperators bo)
Creates a failure message builder with boolean operators to use in
building the success message.
|
Modifier and Type | Method and Description |
---|---|
String |
buildFailureMessage(BooleanNode node)
Builds and sets the failure message for a single
boolean
node (b-tree node). |
String |
buildFailureMessage(List<BooleanNode> nodeList)
Builds and sets the failure message for each of the
boolean nodes (binary tree) in the
nodeList . |
public FailureMessageBuilder(BooleanOperators bo)
bo
- Boolean operators to build success messagepublic String buildFailureMessage(List<BooleanNode> nodeList) throws MessageBuilderException
nodeList
.nodeList
- List of boolean nodesMessageBuilderException
public String buildFailureMessage(BooleanNode node)
node
(b-tree node).node
- Boolean nodeCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.