Go to the documentation of this file. 1 #ifndef NTREE_NODE_EXCEPTIONS_H
2 #define NTREE_NODE_EXCEPTIONS_H
13 virtual void debug_print()
const { cerr<<
"\nNTreeNode Error"; }
24 cerr<<
": InvalidNode : Tree node failed internal validity check";
34 cerr<<
": TreeDegreeViolation : attempting to manipulate non-existant node";
44 cerr<<
": NodeFullError : attempting to add items to an already full node";