org.rometools.propono.blogclient
Class BlogClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 exceptiont
- Throwable to be wrapped by exception
Copyright © 2007-2013 ROME Project. All Rights Reserved.