public static class

IntentFilter.MalformedMimeTypeException

extends AndroidException
java.lang.Object
   ↳java.lang.Throwable
    ↳java.lang.Exception
     ↳android.util.AndroidException
      ↳android.content.IntentFilter.MalformedMimeTypeException

Class Overview

This exception is thrown when a given MIME type does not have a valid syntax.

Summary

Public Constructors
IntentFilter.MalformedMimeTypeException()
IntentFilter.MalformedMimeTypeException(String name)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IntentFilter.MalformedMimeTypeException ()

Since: API Level 1

public IntentFilter.MalformedMimeTypeException (String name)

Since: API Level 1