public class DefaultXMLProcessorDetail extends XMLProcessorDetail
SAXParseExceptions and
TransformerExceptions.| Constructor and Description |
|---|
DefaultXMLProcessorDetail(SAXParseException spex)
Create new DefaultXMLProcessorMessage based on SAXParseException.
|
DefaultXMLProcessorDetail(TransformerException trex)
Create new DefaultXMLProcessorMessage based on TransformerException.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
Exception |
getException() |
int |
getLineNumber() |
String |
getPublicId() |
String |
getSystemId() |
public DefaultXMLProcessorDetail(SAXParseException spex)
spex - SAX exception to be wrapped (never null).public DefaultXMLProcessorDetail(TransformerException trex)
trex - TrAX exception to be wrapped (never null).public int getColumnNumber()
getColumnNumber in class XMLProcessorDetailpublic int getLineNumber()
getLineNumber in class XMLProcessorDetailpublic String getPublicId()
getPublicId in class XMLProcessorDetailpublic String getSystemId()
getSystemId in class XMLProcessorDetailpublic Exception getException()
getException in class XMLProcessorDetailBuilt on August 25 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.