com.sun.star.xml.sax
Class SAXParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.star.uno.Exception
|
+--com.sun.star.xml.sax.SAXException
|
+--com.sun.star.xml.sax.SAXParseException
- All Implemented Interfaces:
- java.io.Serializable
- public synchronized class SAXParseException
- extends com.sun.star.xml.sax.SAXException
- See Also:
- Serialized Form
Field Summary |
int |
ColumnNumber
|
int |
LineNumber
|
java.lang.String |
PublicId
|
java.lang.String |
SystemId
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.xml.sax.SAXException |
UNOTYPEINFO, WrappedException |
Fields inherited from class com.sun.star.uno.Exception |
Context |
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Constructor Summary |
SAXParseException()
|
SAXParseException(java.lang.String s)
|
SAXParseException(java.lang.String s1,
java.lang.Object o1,
java.lang.Object o2,
java.lang.String s2,
java.lang.String s3,
int i1,
int i2)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ColumnNumber
public int ColumnNumber
LineNumber
public int LineNumber
PublicId
public java.lang.String PublicId
SystemId
public java.lang.String SystemId
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
SAXParseException
public SAXParseException()
SAXParseException
public SAXParseException(java.lang.String s)
SAXParseException
public SAXParseException(java.lang.String s1,
java.lang.Object o1,
java.lang.Object o2,
java.lang.String s2,
java.lang.String s3,
int i1,
int i2)