public class MimeTypeParseException
extends java.lang.Exception
Implementation taken from java.awt.datatransfer.TypeParseException.java 1.10 01/12/03
| Constructor and Description |
|---|
MimeTypeParseException()
Constructs a MimeTypeParseException with no specified detail message.
|
MimeTypeParseException(java.lang.String s)
Constructs a MimeTypeParseException with the specified detail message.
|
public MimeTypeParseException()
public MimeTypeParseException(java.lang.String s)
s - the detail message.