当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
DefaultXMLProcessorDetail (XML Tools API) - NetBeans API Javadoc (Current Development Version)
org.netbeans.spi.xml.cookies
Class DefaultXMLProcessorDetail
java.lang.Object
org.netbeans.api.xml.cookies.XMLProcessorDetail
org.netbeans.spi.xml.cookies.DefaultXMLProcessorDetail
public class DefaultXMLProcessorDetail
- extends XMLProcessorDetail
Default XML processor observer message implementation.
It supports direct wrapping of SAXParseException
s and
TransformerException
s.
- Since:
- 0.5
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultXMLProcessorDetail
public DefaultXMLProcessorDetail(SAXParseException spex)
- Create new DefaultXMLProcessorMessage based on SAXParseException.
- Parameters:
spex
- SAX exception to be wrapped (never null
).
DefaultXMLProcessorDetail
public DefaultXMLProcessorDetail(TransformerException trex)
- Create new DefaultXMLProcessorMessage based on TransformerException.
- Parameters:
trex
- TrAX exception to be wrapped (never null
).
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber
in class XMLProcessorDetail
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in class XMLProcessorDetail
getPublicId
public String getPublicId()
- Specified by:
getPublicId
in class XMLProcessorDetail
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in class XMLProcessorDetail
getException
public Exception getException()
- Specified by:
getException
in class XMLProcessorDetail