Class ErrorNode
Object
ErrorNode
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ErrorNodeNull
An abstract class representing a node in an error tree structure.
This class provides methods for adding error messages and exceptions to the node, as well as generating a description of the errors.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorNode
public ErrorNode()
-
-
Method Details
-
add
Adds an error message to this node.- Parameters:
errorMessage
- the error message to add- Returns:
- the current ErrorNode instance for method chaining
-