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

Public constructors

VibrationParseException

VibrationParseException(message: String)
Parameters
message String: This value cannot be null.

VibrationParseException

VibrationParseException(
    message: String,
    cause: Throwable?)
Parameters
message String: This value cannot be null.
cause Throwable?: This value may be null.