CyanogenMod Platform SDK
API level:
CyanogenMod APIs
cyanogenmod.alarmclock
cyanogenmod.app
cyanogenmod.content
cyanogenmod.externalviews
cyanogenmod.hardware
cyanogenmod.media
cyanogenmod.os
cyanogenmod.platform
cyanogenmod.power
cyanogenmod.profiles
cyanogenmod.providers
cyanogenmod.themes
cyanogenmod.util
cyanogenmod.weather
cyanogenmod.weather.util
cyanogenmod.weatherservice
Classes
CMSettings
CMSettings.Global
CMSettings.Secure
CMSettings.System
DataUsageContract
ThemesContract
ThemesContract.MixnMatchColumns
ThemesContract.PreviewColumns
ThemesContract.ThemesColumns
ThemesContract.ThemesColumns.InstallState
WeatherContract
WeatherContract.WeatherColumns
WeatherContract.WeatherColumns.TempUnit
WeatherContract.WeatherColumns.WeatherCode
WeatherContract.WeatherColumns.WindSpeedUnit
Exceptions
CMSettings.CMSettingNotFoundException
fullscreen
Use Tree Navigation
Use Panel Navigation
Summary:
Ctors
|
Inherited Methods
|
[Expand All]
Added in
API level 2
public static class
CMSettings.CMSettingNotFoundException
extends AndroidException
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
android.util.AndroidException
↳
cyanogenmod.providers.CMSettings.CMSettingNotFoundException
Summary
Public Constructors
CMSettings.CMSettingNotFoundException
(String msg)
[Expand]
Inherited Methods
From class java.lang.Throwable
final void
addSuppressed
(Throwable arg0)
Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
final Throwable[]
getSuppressed
()
Throwable
initCause
(Throwable arg0)
void
printStackTrace
(PrintStream arg0)
void
printStackTrace
(PrintWriter arg0)
void
printStackTrace
()
void
setStackTrace
(StackTraceElement[] arg0)
String
toString
()
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
CMSettings.CMSettingNotFoundException
(String msg)
Added in
API level 2