SMILA (incubation) API documentation

org.eclipse.smila.common.mimetype
Class MimeTypeParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.common.mimetype.MimeTypeParseException
All Implemented Interfaces:
java.io.Serializable

public class MimeTypeParseException
extends java.lang.Exception

The Class MimeTypeParseException.

See Also:
Serialized Form

Constructor Summary
MimeTypeParseException()
          Instantiates a new mime type parse exception.
MimeTypeParseException(java.lang.String arg0)
          Instantiates a new mime type parse exception.
MimeTypeParseException(java.lang.String arg0, java.lang.Throwable ex)
          Instantiates a new mime type parse exception.
MimeTypeParseException(java.lang.Throwable ex)
          Instantiates a new mime type parse exception.
 
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()
Instantiates a new mime type parse exception.


MimeTypeParseException

public MimeTypeParseException(java.lang.String arg0)
Instantiates a new mime type parse exception.

Parameters:
arg0 - the arg0

MimeTypeParseException

public MimeTypeParseException(java.lang.Throwable ex)
Instantiates a new mime type parse exception.

Parameters:
ex - the ex

MimeTypeParseException

public MimeTypeParseException(java.lang.String arg0,
                              java.lang.Throwable ex)
Instantiates a new mime type parse exception.

Parameters:
arg0 - the arg0
ex - the ex

SMILA (incubation) API documentation