org.xwt.util
Class XML.XMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xwt.util.XML.XMLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XML.MarkupException, XML.NCException, XML.SchemaException
Enclosing class:
XML

public static class XML.XMLException
extends java.lang.Exception

Parse or Structural Error

See Also:
Serialized Form

Constructor Summary
XML.XMLException(java.lang.String e)
           
XML.XMLException(java.lang.String e, int l, int c)
           
 
Method Summary
 int getCol()
           
 int getLine()
           
 java.lang.String getMessage()
           
 
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

XML.XMLException

public XML.XMLException(java.lang.String e)

XML.XMLException

public XML.XMLException(java.lang.String e,
                        int l,
                        int c)
Method Detail

getLine

public int getLine()

getCol

public int getCol()

getMessage

public java.lang.String getMessage()