de.hedenus.mobilexml
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.hedenus.mobilexml.XMLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RDFXMLException

public class XMLException
extends java.io.IOException

An XML exception occuring during parsing of an XML file.

Author:
Michael Hedenus
See Also:
Serialized Form

Constructor Summary
XMLException(java.lang.String message, int lineNumber)
           
 
Method Summary
 int getLineNumber()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

XMLException

public XMLException(java.lang.String message,
                    int lineNumber)
Method Detail

getLineNumber

public int getLineNumber()