org.androidpn.client
Class InvalidFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.androidpn.client.InvalidFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFormatException
extends java.lang.RuntimeException

Runtime exceptions produced by wrong meta-data settings.

Author:
Sehwan Noh (devnoh@gmail.com)
See Also:
Serialized Form

Constructor Summary
InvalidFormatException()
           
InvalidFormatException(java.lang.String message)
           
InvalidFormatException(java.lang.String message, java.lang.Throwable cause)
           
InvalidFormatException(java.lang.Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidFormatException

public InvalidFormatException()

InvalidFormatException

public InvalidFormatException(java.lang.String message)

InvalidFormatException

public InvalidFormatException(java.lang.Throwable cause)

InvalidFormatException

public InvalidFormatException(java.lang.String message,
                              java.lang.Throwable cause)