Package com.thaiopensource.xml.dtd.parse
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.thaiopensource.xml.dtd.parse.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseException extends java.io.IOException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(Localizer localizer, java.lang.String message, java.lang.String location, int lineNumber, int columnNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnNumber()intgetLineNumber()java.lang.StringgetLocation()java.lang.StringgetMessage()java.lang.StringgetMessageBody()
-
-
-
Constructor Detail
-
ParseException
public ParseException(Localizer localizer, java.lang.String message, java.lang.String location, int lineNumber, int columnNumber)
-
-
Method Detail
-
getLineNumber
public int getLineNumber()
-
getColumnNumber
public int getColumnNumber()
-
getLocation
public java.lang.String getLocation()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessagein classjava.lang.Throwable
-
getMessageBody
public java.lang.String getMessageBody()
-
-