javax.activation
Class MimeTypeParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.activation.MimeTypeParseException
All Implemented Interfaces:
java.io.Serializable

public class MimeTypeParseException
extends java.lang.Exception

MIME Type Parse Exception. The exception is thrown when a problem has occurred while parsing the mime types.

Version:
$Revision: 1.3 $
Author:
Andrew Selkirk
See Also:
Serialized Form

Constructor Summary
MimeTypeParseException()
          Create a MIME Type parse exception.
MimeTypeParseException(java.lang.String message)
          Create a MIME Type parse exception with description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MimeTypeParseException

public MimeTypeParseException(java.lang.String message)
Create a MIME Type parse exception with description.
Parameters:
message - Description

MimeTypeParseException

public MimeTypeParseException()
Create a MIME Type parse exception.


© Copyright 2002 the Free Software Foundation, all rights reserved.