org.apache.abdera.util
Class MimeTypeParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
MimeTypeParseException(javax.activation.MimeTypeParseException cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MimeTypeParseException

public MimeTypeParseException(javax.activation.MimeTypeParseException cause)


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.