java.awt.datatransfer
Class MimeTypeParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.awt.datatransfer.MimeTypeParseException
public class
MimeTypeParseExceptionextends
Exception MIME string couldn't be parsed correctly.
Author:- Mark Wielaard <mark@klomp.org>
MimeTypeParseException
public MimeTypeParseException()
Create a new instance without any message.
MimeTypeParseException
public MimeTypeParseException(java.lang.String message)
Create a new instance with a specified detailed error message.
Parameters: