Class LeafNodeException

  • All Implemented Interfaces:
    Serializable

    public class LeafNodeException
    extends UnsupportedOperationException
    The LeafNodeException is thrown when someone tries to add a child node to a leaf node or interact with the child nodes of a leaf node.
    Version:
    1.0
    Author:
    Tobias Wältken
    See Also:
    Serialized Form
    • Constructor Detail

      • LeafNodeException

        public LeafNodeException()
        Default constructor