convert.xml.dtd.parse
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
convert.xml.dtd.parse.ParseException
- All Implemented Interfaces:
- java.io.Serializable
public class ParseException
- extends java.io.IOException
- See Also:
- Serialized Form
Constructor Summary |
ParseException(Localizer localizer,
java.lang.String message,
java.lang.String location,
int lineNumber,
int columnNumber)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParseException
public ParseException(Localizer localizer,
java.lang.String message,
java.lang.String location,
int lineNumber,
int columnNumber)
getLineNumber
public int getLineNumber()
getColumnNumber
public int getColumnNumber()
getLocation
public java.lang.String getLocation()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getMessageBody
public java.lang.String getMessageBody()