java.awt.datatransfer
Class MimeTypeParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.awt.datatransfer.MimeTypeParseException
- All Implemented Interfaces:
- Serializable
- public class MimeTypeParseException
- extends Exception
Untamed: A class to encapsulate MimeType parsing related exceptions
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
serialVersionUID
private static final long serialVersionUID
MimeTypeParseException
public MimeTypeParseException()
- Enabled: Constructs a MimeTypeParseException with no specified detail message.
MimeTypeParseException
public MimeTypeParseException(String s)
- Enabled: Constructs a MimeTypeParseException with the specified detail message.
- Parameters:
s
- the detail message.
comments?