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:
Serializable
public class MimeException extends 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(String message)MimeException(String message, Throwable t)MimeException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-