-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
1.2fcs
-
sparc
-
solaris_2.5
-
Verified
Name: sdC67446 Date: 08/04/98
The spec for java.awt.datatransfer.DataFlavor(String mimeType)
says nothing about ctor's behavior when 'mimeType' doesn't
specify a "class=" parameter.
Currently constructor throws IllegalArgumentException.
The doc says:
-------------------------------------------------------------
public DataFlavor(String mimeType)
throws MimeTypeParseException,
ClassNotFoundException
construct a DataFlavor from a Mime Type string.
The string must specify a "class=" parameter
in order to succeed in constructing a DataFlavor.
------------------------------------------------------------
======================================================================