ikrs.httpd
Class HeaderFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ikrs.httpd.HTTPException
              extended by ikrs.httpd.HeaderFormatException
All Implemented Interfaces:
java.io.Serializable

public class HeaderFormatException
extends HTTPException

See Also:
Serialized Form

Constructor Summary
HeaderFormatException(java.lang.String msg)
           
HeaderFormatException(java.lang.String msg, HTTPHeaderLine line)
           
 
Method Summary
 HTTPHeaderLine getHeaderLine()
           
 
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

HeaderFormatException

public HeaderFormatException(java.lang.String msg)

HeaderFormatException

public HeaderFormatException(java.lang.String msg,
                             HTTPHeaderLine line)
Method Detail

getHeaderLine

public HTTPHeaderLine getHeaderLine()