webfunds.token
Class DataFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webfunds.token.DataFormatException
Direct Known Subclasses:
UnsupportedVersionException

public class DataFormatException
extends java.lang.Exception

Thrown when invalid data is decoded.

See Also:
Serialized Form

Constructor Summary
DataFormatException()
           
DataFormatException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataFormatException

public DataFormatException()

DataFormatException

public DataFormatException(java.lang.String msg)