Added in API level 10000
VibrationParseException
class VibrationParseException : IOException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | android.os.VibrationEffect.VibrationParseException | |||
Exception thrown when parsing a vibration XML fails due to invalid format or values.
Summary
| Public constructors | |
|---|---|
VibrationParseException(message: String) |
|
VibrationParseException(message: String, cause: Throwable?) |
|
Public constructors
VibrationParseException
Added in API level 10000
VibrationParseException(message: String)
| Parameters | |
|---|---|
message |
String: This value cannot be null. |
VibrationParseException
Added in API level 10000
VibrationParseException(
message: String,
cause: Throwable?)
| Parameters | |
|---|---|
message |
String: This value cannot be null. |
cause |
Throwable?: This value may be null. |