to top
Android APIs
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 ()

Added in API level 1

public IntentFilter.MalformedMimeTypeException (String name)

Added in API level 1