VibrationEffect.VibrationParseException


public static final class VibrationEffect.VibrationParseException
extends IOException

java.lang.Object
   ↳ java.lang.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(String message)
VibrationParseException(String message, Throwable cause)

Inherited methods

Public constructors

VibrationParseException

Added in API level 10000
public VibrationParseException (String message)

Parameters
message String: This value cannot be null.

VibrationParseException

Added in API level 10000
public VibrationParseException (String message, 
                Throwable cause)

Parameters
message String: This value cannot be null.

cause Throwable: This value may be null.