Top Description Fields Constructors
java.awt.datatransfer

public Class MimeTypeParseException

extends Exception
Class Inheritance
Imports
java.io.Serial

A class to encapsulate MimeType parsing related exceptions.
Since
1.3

Field Summary

Modifier and TypeField and Description
private static final long
serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Use serialVersionUID from JDK 1.2.2 for interoperability.

Constructor Summary

AccessConstructor and Description
public
MimeTypeParseException()

Constructs a MimeTypeParseException with no specified detail message.

public
MimeTypeParseException(String
the detail message
s
)

Constructs a MimeTypeParseException with the specified detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Use serialVersionUID from JDK 1.2.2 for interoperability.

Annotations
@Serial

Constructor Detail

MimeTypeParseExceptionback to summary
public MimeTypeParseException()

Constructs a MimeTypeParseException with no specified detail message.

MimeTypeParseExceptionback to summary
public MimeTypeParseException(String s)

Constructs a MimeTypeParseException with the specified detail message.

Parameters
s:String

the detail message