java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | org.xml.sax.SAXException | |||
↳ | com.microstrategy.utils.xml.SAXSupportException |
Exception thrown by SAXSupport methods to report problems with XML format or content. Use this exception in your content handler methods to report such problems. This will allow calling methods to distinguish our exceptions from exception thrown by the SAX parser itself.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SAXSupportException(String msg)
Constructs an exception with specified message
| |||||||||||
SAXSupportException(Exception ex)
Constructs an exception with specified message
| |||||||||||
SAXSupportException(String msg, Exception ex)
Constracts an exception with spesified message and exception
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructs an exception with specified message
msg | error message |
---|
Constructs an exception with specified message
ex | wrapped exception |
---|
Constracts an exception with spesified message and exception
msg | error message |
---|---|
ex | wrapped exception |