ittp.protocol.parser
Class ITTPScan.TokenException

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

class ITTPScan.TokenException
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
ITTPScan.TokenException(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

ITTPScan.TokenException

public ITTPScan.TokenException(java.lang.String s)
Constructor of the class.

Parameters:
s - String containing the error message.