Class IllegalAddException

All Implemented Interfaces:
Serializable

public class IllegalAddException extends IllegalArgumentException
IllegalAddException is thrown when a node is added incorrectly to an Element
Version:
$Revision: 1.6 $
See Also:
  • Constructor Details

    • IllegalAddException

      public IllegalAddException(String reason)
    • IllegalAddException

      public IllegalAddException(Element parent, Node node, String reason)
    • IllegalAddException

      public IllegalAddException(Branch parent, Node node, String reason)