com.android.jill.api
Class ConfigNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.android.jill.api.ConfigNotSupportedException
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigNotSupportedException
- extends java.lang.Exception
Thrown when the requested Jill configuration for a given API version is not supported.
- 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigNotSupportedException
public ConfigNotSupportedException()
ConfigNotSupportedException
public ConfigNotSupportedException(@Nonnull
java.lang.String message)
ConfigNotSupportedException
public ConfigNotSupportedException(@Nonnull
java.lang.String message,
@Nonnull
java.lang.Throwable cause)
ConfigNotSupportedException
public ConfigNotSupportedException(@Nonnull
java.lang.Throwable cause)