javax.activation
Class MimeTypeParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.activation.MimeTypeParseException
All Implemented Interfaces:
Serializable

public class MimeTypeParseException
extends Exception

Exception thrown to indicate a malformed MIME content type.

See Also:
Serialized Form

Constructor Summary
MimeTypeParseException()
          Constructs a MimeTypeParseException with no detail message.
MimeTypeParseException(String message)
          MimeTypeParseException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MimeTypeParseException

public MimeTypeParseException()
Constructs a MimeTypeParseException with no detail message.


MimeTypeParseException

public MimeTypeParseException(String message)
MimeTypeParseException with the specified detail message.

Parameters:
message - the exception message