net.i2p.data
Class DataFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.i2p.I2PException
              extended bynet.i2p.data.DataFormatException
All Implemented Interfaces:
java.io.Serializable

public class DataFormatException
extends I2PException

Thrown when the data was not available to read or write a DataStructure

Author:
jrandom
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
DataFormatException(java.lang.String msg)
           
DataFormatException(java.lang.String msg, java.lang.Throwable t)
           
 
Methods inherited from class net.i2p.I2PException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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,
                           java.lang.Throwable t)

DataFormatException

public DataFormatException(java.lang.String msg)