Class IllegalCloseElementException

All Implemented Interfaces:
Serializable

public final class IllegalCloseElementException extends IllegalStateException
Exception thrown when attempting to close an element when there is no corresponding open element.
Version:
14 May 2005
See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      Version number for the serialised class.
      See Also:
  • Constructor Details

    • IllegalCloseElementException

      public IllegalCloseElementException()
      Creates a new illegal close element exception.