org.xwt.util
Class XML.MarkupException

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

public static class XML.MarkupException
extends XML.XMLException

Violation of Markup restrictions in XML Specification - Fatal Error

See Also:
Serialized Form

Constructor Summary
XML.MarkupException(java.lang.String e, int l, int c)
           
 
Methods inherited from class org.xwt.util.XML.XMLException
getCol, getLine, 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.MarkupException

public XML.MarkupException(java.lang.String e,
                           int l,
                           int c)