Enterprise Information Portal APIs

com.ibm.gcs.netutil.http
Class IllegalMimeTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.gcs.component.NLSRuntimeException
                          |
                          +--com.ibm.gcs.netutil.http.IllegalMimeTypeException
All Implemented Interfaces:
java.io.Serializable

public final class IllegalMimeTypeException
extends NLSRuntimeException

Exception to handle illegal MIME type strings, such as a String that is not of the form "type/subtype".

See Also:
Serialized Form

Constructor Summary
IllegalMimeTypeException()
          creates an Exception with the message "Illegal MIME type".
IllegalMimeTypeException(java.lang.String s)
          (constructor) creates an Exception with some String message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalMimeTypeException

public IllegalMimeTypeException()
creates an Exception with the message "Illegal MIME type".

IllegalMimeTypeException

public IllegalMimeTypeException(java.lang.String s)
(constructor) creates an Exception with some String message.

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.