convert.xml.dtd.parse
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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)
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 java.lang.String getLocation()
           
 java.lang.String getMessage()
           
 java.lang.String getMessageBody()
           
 
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
 

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:
getMessage in class java.lang.Throwable

getMessageBody

public java.lang.String getMessageBody()