Class StoppingEarlyException

All Implemented Interfaces:
Serializable

public class StoppingEarlyException extends SAXException
Sentinel exception to stop parsing xml once target is found while SAX parsing. This should be used when the parse can be stopped and the exception ignored.
See Also:
  • Field Details

  • Constructor Details

    • StoppingEarlyException

      public StoppingEarlyException()