convert.xml.tok
Class EndOfPrologException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by convert.xml.tok.TokenException
              extended by convert.xml.tok.EndOfPrologException
All Implemented Interfaces:
java.io.Serializable

public class EndOfPrologException
extends TokenException

Thrown to indicate that the end of the prolog has been detected.

See Also:
Tokenizer.tokenizeProlog(char[], int, int, convert.xml.tok.Token), Serialized Form

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

EndOfPrologException

public EndOfPrologException()