public class

MimeTypeParseException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.awt.datatransfer.MimeTypeParseException

Class Overview

A class to encapsulate MimeType parsing related exceptions

Summary

Public Constructors
MimeTypeParseException()
Constructs a MimeTypeParseException with no specified detail message.
MimeTypeParseException(String s)
Constructs a MimeTypeParseException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MimeTypeParseException ()

Constructs a MimeTypeParseException with no specified detail message.

public MimeTypeParseException (String s)

Constructs a MimeTypeParseException with the specified detail message.

Parameters
s the detail message.