org.apache.ws.jaxme.xs.parser.impl
public class LocSAXException extends SAXParseException
The locatable SAXException, a subclass of the SAXParseException,
provides a human readable representation of the location.
| Constructor Summary | |
|---|---|
| LocSAXException(String pMsg, String pPublicId, String pSystemId, int pLineNumber, int pColumnNumber, Exception pException) | |
| LocSAXException(String pMsg, String pPublicId, String pSystemId, int pLineNumber, int pColumnNumber) | |
| LocSAXException(String pMsg, Locator pLocator, Exception pException) | |
| LocSAXException(String pMsg, Locator pLocator) | |
| Method Summary | |
|---|---|
| static String | formatMsg(String pMsg, String pPublicId, String pSystemId, int pLineNumber, int pColNumber) |
| void | printStackTrace(PrintStream pStream) |
| void | printStackTrace(PrintWriter pWriter) |