net.sourceforge.jeuclid.biparser
Class NonIncrementalElementException

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 net.sourceforge.jeuclid.biparser.NonIncrementalElementException
All Implemented Interfaces:
Serializable

public class NonIncrementalElementException
extends SAXParseException

Exception to be thrown if the subtree contains elements which are not incrementally updatable.

Version:
$Revision: ae7142857f19 $
See Also:
Serialized Form

Constructor Summary
NonIncrementalElementException(String element)
          Create a new NonIncrementalElementException.
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXParseException
getColumnNumber, getLineNumber, getPublicId, getSystemId
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

NonIncrementalElementException

public NonIncrementalElementException(String element)
Create a new NonIncrementalElementException.

Parameters:
element - element which was tried to be created.


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.