|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.xml.sax.SAXParseException
com.hp.hpl.jena.rdf.arp.ParseException
An exception during the RDF processing of ARP. Note: it is distinguished from an XML related exception from Xerces because while both are SAXParseException's, the latter are not com.hp.hpl.jena.arp.ParseException's.
Field Summary |
Fields inherited from interface com.hp.hpl.jena.rdf.arp.RDFParserConstants |
A_ABOUT, A_ABOUTEACH, A_BAGID, A_DATATYPE, A_ID, A_NODEID, A_OTHER, A_PARSETYPE, A_RDF_N, A_RESOURCE, A_TYPE, A_XMLBASE, A_XMLLANG, A_XMLNS, A_XMLSPACE, AV_COLLECTION, AV_DAMLCOLLECTION, AV_LITERAL, AV_RESOURCE, AV_STRING, CD_STRING, COMMENT, E_DESCRIPTION, E_END, E_LI, E_OTHER, E_RDF, E_RDF_N, EOF, PROCESSING_INSTRUCTION, X_SAX_EX, X_WARNING |
Method Summary | |
static java.lang.String |
formatMessage(java.lang.Exception e)
Calls e.getMessage() and also accesses line and column information for SAXParseException's. |
int |
getErrorNumber()
The error number (from ARPErrorNumbers ) related to this exception. |
java.lang.String |
getMessage()
The message without location information. |
void |
promote()
Intended for use within an RDFErrorHandler. |
Methods inherited from class org.xml.sax.SAXParseException |
getColumnNumber, getLineNumber, getPublicId, getSystemId |
Methods inherited from class org.xml.sax.SAXException |
getException, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getErrorNumber()
ARPErrorNumbers
) related to this exception.
public void promote()
public java.lang.String getMessage()
public static java.lang.String formatMessage(java.lang.Exception e)
e
- The exception to describe.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |