Package org.apache.abdera.util
Class MimeTypeParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.abdera.util.MimeTypeParseException
- All Implemented Interfaces:
Serializable
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
An alternative to JAF's MimeTypeParseException that extends RuntimeException so we don't have to explicitly catch it
everywhere.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMimeTypeParseException(javax.activation.MimeTypeParseException cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MimeTypeParseException
public MimeTypeParseException(javax.activation.MimeTypeParseException cause) Deprecated.
-