org.apache.commons.feedparser.network
Class MalformedResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.commons.feedparser.network.NetworkException
                  extended by org.apache.commons.feedparser.network.MalformedResourceException
All Implemented Interfaces:
Serializable

public class MalformedResourceException
extends NetworkException

Version:
$Id: MalformedResourceException.java 373622 2006-01-30 22:53:00Z mvdb $
Author:
Kevin A. Burton
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.feedparser.network.NetworkException
e
 
Constructor Summary
MalformedResourceException(String message)
          Create a new MalformedResourceException instance.
 
Method Summary
 
Methods inherited from class org.apache.commons.feedparser.network.NetworkException
getException, getResourceRequest, getResponseCode, getURL, getURLConnection
 
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

MalformedResourceException

public MalformedResourceException(String message)
Create a new MalformedResourceException instance.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.