convert.xml.tok
Class TokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by convert.xml.tok.TokenException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EmptyTokenException, EndOfPrologException, ExtensibleTokenException, InvalidTokenException, PartialTokenException

public class TokenException
extends java.lang.Exception

The superclass of all checked exceptions thrown by methods in Tokenizer.

See Also:
Tokenizer, Serialized Form

Constructor Summary
TokenException()
           
 
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

TokenException

public TokenException()