Java org.xml.sax SAXNotRecognizedException fields, constructors, methods, implement or subclass

Example usage for Java org.xml.sax SAXNotRecognizedException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.xml.sax SAXNotRecognizedException.

The text is from its open source code.

Constructor

SAXNotRecognizedException(String message)
Construct a new exception with the given message.

Method

ExceptiongetException()
Return the embedded exception, if any.
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Return a detail message for this exception.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.