org.shredzone.flattr4j.exception
Class FlattrException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.shredzone.flattr4j.exception.FlattrException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FlattrServiceException

public class FlattrException
extends Exception

A generic Flattr exception, like a network error or an unexpected response from the Flattr web service. More detailed exceptions are derived from this.

Author:
Richard "Shred" Körber
See Also:
Serialized Form

Constructor Summary
FlattrException()
           
FlattrException(String msg)
           
FlattrException(String msg, Throwable cause)
           
FlattrException(Throwable 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

FlattrException

public FlattrException()

FlattrException

public FlattrException(String msg)

FlattrException

public FlattrException(Throwable cause)

FlattrException

public FlattrException(String msg,
                       Throwable cause)


Copyright © 2010-2012. All Rights Reserved.