ittp.protocol.parser
Class TokenStream.ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byittp.ittpException
                  extended byittp.protocol.parser.TokenStream.ParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TokenStream

class TokenStream.ParseException
extends ittpException

This class that extends the class ittpException send an exception when it is invoked.


Field Summary
 
Fields inherited from class ittp.ittpException
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
TokenStream.ParseException(java.lang.String s)
          Constructor of the class
 
Methods inherited from class ittp.ittpException
getResponseCode
 
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

TokenStream.ParseException

public TokenStream.ParseException(java.lang.String s)
Constructor of the class

Parameters:
s - String containing the error message.