ca.gorman.util.scan
Class DataChangedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataChangedException
public DataChangedException()
DataChangedException
public DataChangedException(String s)
DataChangedException
public DataChangedException(Throwable t)
DataChangedException
public DataChangedException(String s,
Throwable t)
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