org.rometools.propono.blogclient
Class BlogClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rometools.propono.blogclient.BlogClientException
All Implemented Interfaces:
Serializable

public class BlogClientException
extends Exception

Represents a Blog Client exception, the library throws these instead of implementation specific exceptions.

See Also:
Serialized Form

Constructor Summary
BlogClientException(String msg)
          Construct a new exception
BlogClientException(String msg, Throwable t)
          Construct a new exception which wraps a throwable.
 
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

BlogClientException

public BlogClientException(String msg)
Construct a new exception

Parameters:
msg - Text message that explains exception

BlogClientException

public BlogClientException(String msg,
                           Throwable t)
Construct a new exception which wraps a throwable.

Parameters:
msg - Text message that explains exception
t - Throwable to be wrapped by exception


Copyright © 2007-2013 ROME Project. All Rights Reserved.