Class RuntimeSAXException

All Implemented Interfaces:
Serializable

@Deprecated(since="2026-04-30") public class RuntimeSAXException extends RuntimeException
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Use this to throw a SAXException in subclassed methods that don't throw SAXExceptions
See Also:
  • Constructor Details

    • RuntimeSAXException

      public RuntimeSAXException(SAXException t)
      Deprecated.