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

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

Introduction

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

The text is from its open source code.

Constructor

Method

ThrowablefillInStackTrace()
Fills in the execution stack trace.
ThrowablegetCause()
Return the cause of the exception
ClassgetClass()
Returns the runtime class of this Object .
intgetColumnNumber()
The column number of the end of the text where the exception occurred.
ExceptiongetException()
Return the embedded exception, if any.
intgetLineNumber()
The line number of the end of the text where the exception occurred.
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Return a detail message for this exception.
StringgetPublicId()
Get the public identifier of the entity where the exception occurred.
StringgetSystemId()
Get the system identifier of the entity where the exception occurred.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
voidprintStackTrace(PrintStream s)
Prints this throwable and its backtrace to the specified print stream.
StringtoString()
Override toString to provide more detailed error message.