org.xwt.util
Class XML.WFCException

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

public static final class XML.WFCException
extends XML.MarkupException

Well-Formedness Constraint Violation - Fatal Error

See Also:
Serialized Form

Constructor Summary
XML.WFCException(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.WFCException

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