org.apache.tika.mime
Class MimeTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tika.exception.TikaException
org.apache.tika.mime.MimeTypeException
- All Implemented Interfaces:
- Serializable
public class MimeTypeException
- extends TikaException
A class to encapsulate MimeType related exceptions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MimeTypeException
public MimeTypeException(String message)
- Constructs a MimeTypeException with the specified detail message.
- Parameters:
message
- the detail message.
MimeTypeException
public MimeTypeException(String message,
Throwable cause)
- Constructs a MimeTypeException with the specified detail message
and root cause.
- Parameters:
message
- the detail message.cause
- root cause
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.