org.androidpn.client
Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)