net.sourceforge.chaperon.process
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
net.sourceforge.chaperon.process.ParseException
- All Implemented Interfaces:
- java.io.Serializable
- public class ParseException
- extends org.xml.sax.SAXException
- See Also:
- Serialized Form
Constructor Summary |
ParseException(java.lang.String message)
|
ParseException(java.lang.String message,
org.xml.sax.Locator locator)
|
ParseException(java.lang.String message,
java.lang.String source,
int lineNumber,
int columnNumber)
|
Methods inherited from class org.xml.sax.SAXException |
getException, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParseException
public ParseException(java.lang.String message)
ParseException
public ParseException(java.lang.String message,
java.lang.String source,
int lineNumber,
int columnNumber)
ParseException
public ParseException(java.lang.String message,
org.xml.sax.Locator locator)
isLocalized
public boolean isLocalized()
getSource
public java.lang.String getSource()
getLineNumber
public int getLineNumber()
getColumnNumber
public int getColumnNumber()
toString
public java.lang.String toString()
toXML
public void toXML(org.xml.sax.ContentHandler contentHandler)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
Copyright ? 2003 Chaperon project. All Rights Reserved.