winterwell.jtwitter
Class TwitterException.Parsing

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by winterwell.jtwitter.TwitterException
                  extended by winterwell.jtwitter.TwitterException.Parsing
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TwitterException

public static class TwitterException.Parsing
extends TwitterException

Problems reading the JSON returned by Twitter. This should not normally occur! This indicates either a change in the API, or a bug in JTwitter.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class winterwell.jtwitter.TwitterException
TwitterException.AccessLevel, TwitterException.BadParameter, TwitterException.E401, TwitterException.E403, TwitterException.E404, TwitterException.E406, TwitterException.E40X, TwitterException.E413, TwitterException.E416, TwitterException.E50X, TwitterException.FollowerLimit, TwitterException.IO, TwitterException.Parsing, TwitterException.RateLimit, TwitterException.Repetition, TwitterException.SuspendedUser, TwitterException.Timeout, TwitterException.TooManyLogins, TwitterException.TooRecent, TwitterException.TwitLongerException, TwitterException.Unexplained, TwitterException.UpdateToOAuth
 
Constructor Summary
TwitterException.Parsing(java.lang.String json, winterwell.json.JSONException e)
           
TwitterException.Parsing(java.lang.String date, java.text.ParseException e)
           
 
Method Summary
 
Methods inherited from class winterwell.jtwitter.TwitterException
getAdditionalInfo, setAdditionalInfo
 
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

TwitterException.Parsing

public TwitterException.Parsing(java.lang.String json,
                                winterwell.json.JSONException e)

TwitterException.Parsing

public TwitterException.Parsing(java.lang.String date,
                                java.text.ParseException e)