org.xwt.util
Class XML.SchemaException

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

public static class XML.SchemaException
extends XML.XMLException

Schema Violation - Fatal Error

See Also:
Serialized Form

Constructor Summary
XML.SchemaException(java.lang.String e)
           
XML.SchemaException(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.SchemaException

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

XML.SchemaException

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