public class DefaultXMLProcessorDetail extends XMLProcessorDetail
SAXParseException
s and
TransformerException
s.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 XMLProcessorDetail
public int getLineNumber()
getLineNumber
in class XMLProcessorDetail
public String getPublicId()
getPublicId
in class XMLProcessorDetail
public String getSystemId()
getSystemId
in class XMLProcessorDetail
public Exception getException()
getException
in class XMLProcessorDetail
Built on August 25 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.