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


Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MimeTypeParseException()
          Enabled: Constructs a MimeTypeParseException with no specified detail message.
MimeTypeParseException(String s)
          Enabled: Constructs a MimeTypeParseException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Constructor Detail

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?