java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | com.microstrategy.utils.xml.SAXParsingException |
This is a generic exception that is raised when performing SAX parsing.
This exception is thrown by the SAXHelper
class methods.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SAXParsingException()
Creates a new SAXParsingException object.
| |||||||||||
SAXParsingException(String message)
Creates a new SAXParsingException object.
| |||||||||||
SAXParsingException(Throwable cause)
Creates a new SAXParsingException object.
| |||||||||||
SAXParsingException(String message, Throwable cause)
Creates a new SAXParsingException object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new SAXParsingException object.
Creates a new SAXParsingException object.
message | The message for the exception. |
---|
Creates a new SAXParsingException object.
cause | The root Throwable cause. |
---|
Creates a new SAXParsingException object.
message | The textual error message. |
---|---|
cause | An underlying Throwable cause. |