public class UnsupportedPreferenceException extends Exception
| Constructor and Description |
|---|
UnsupportedPreferenceException()
Constructs a
UnsupportedPreferenceException with no detail message. |
UnsupportedPreferenceException(String a)
Constructs a
UnsupportedPreferenceException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedPreferenceException()
UnsupportedPreferenceException with no detail message.public UnsupportedPreferenceException(String a)
UnsupportedPreferenceException with a detail message.a - the detail messageCopyright © 2012 code4tv.com. All Rights Reserved.