org.xwt.util
Class XML.NCException

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

public static final class XML.NCException
extends XML.XMLException

Namespace Constraint Violation - Recoverable Error

See Also:
Serialized Form

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

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