ikrs.httpd
Class DataFormatException

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

public class DataFormatException
extends HTTPException

See Also:
Serialized Form

Constructor Summary
DataFormatException(java.lang.String msg)
           
DataFormatException(java.lang.String msg, long errorOffset)
           
 
Method Summary
 long getErrorOffset()
           
 
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

DataFormatException

public DataFormatException(java.lang.String msg)

DataFormatException

public DataFormatException(java.lang.String msg,
                           long errorOffset)
Method Detail

getErrorOffset

public long getErrorOffset()