Module java.xml
Package org.xml.sax

Class SAXNotSupportedException

    • Constructor Detail

      • SAXNotSupportedException

        public SAXNotSupportedException​()
        Construct a new exception with no message.
      • SAXNotSupportedException

        public SAXNotSupportedException​(String message)
        Construct a new exception with the given message.
        Parameters:
        message - The text message of the exception.