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
public class MimeTypeParseException
- extends RuntimeException
An alternative to JAF's MimeTypeParseException that extends RuntimeException so we don't have to explicitly catch it
everywhere.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MimeTypeParseException
public MimeTypeParseException(javax.activation.MimeTypeParseException cause)
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.