Package eu.medsea.mimeutil
Class MimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.medsea.mimeutil.MimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class MimeException extends java.lang.RuntimeException
This exception is thrown by methods that fail while checking a file to determine the mime types.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MimeException(java.lang.String message)
MimeException(java.lang.String message, java.lang.Throwable t)
MimeException(java.lang.Throwable t)
-