nu.validator.relaxng.exceptions
Class TextNotAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by org.xml.sax.SAXParseException
                  extended by nu.validator.relaxng.exceptions.AbstractValidationException
                      extended by nu.validator.relaxng.exceptions.TextNotAllowedException
All Implemented Interfaces:
Serializable

public class TextNotAllowedException
extends AbstractValidationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class nu.validator.relaxng.exceptions.AbstractValidationException
localizer
 
Constructor Summary
TextNotAllowedException(Locator locator, Name currentElement)
           
 
Method Summary
 
Methods inherited from class nu.validator.relaxng.exceptions.AbstractValidationException
getCurrentElement, getParent
 
Methods inherited from class org.xml.sax.SAXParseException
getColumnNumber, getLineNumber, getPublicId, getSystemId
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextNotAllowedException

public TextNotAllowedException(Locator locator,
                               Name currentElement)