Package org.jdom2

Class IllegalAddException

All Implemented Interfaces:
Serializable

public class IllegalAddException extends IllegalArgumentException
Thrown when trying to add an illegal object to a JDOM construct.
Author:
Brett McLaughlin, Jason Hunter
See Also:
  • Constructor Details

    • IllegalAddException

      public IllegalAddException(String reason)
      This will create an Exception with the specified error message.
      Parameters:
      reason - cause of the problem