Module java.xml
Package org.xml.sax

Class SAXNotRecognizedException

    • Constructor Detail

      • SAXNotRecognizedException

        public SAXNotRecognizedException()
        Default constructor.
      • SAXNotRecognizedException

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