GXPARSE hosted by SourceForge.net Logo

ca.gorman.util.scan
Class DataChangedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ca.gorman.util.scan.DataChangedException
All Implemented Interfaces:
Serializable

public class DataChangedException
extends RuntimeException

Unchecked exception thrown when a method is invoked on a CharSequence that has changed since it was created.

This exception is thrown when a CharSequence has been modified in a way that would invalidate the result of invoking the method.

See Also:
Serialized Form

Constructor Summary
DataChangedException()
           
DataChangedException(String s)
           
DataChangedException(String s, Throwable t)
           
DataChangedException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

DataChangedException

public DataChangedException()

DataChangedException

public DataChangedException(String s)

DataChangedException

public DataChangedException(Throwable t)

DataChangedException

public DataChangedException(String s,
                            Throwable t)

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License