|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.twitterapime.search.InvalidQueryException
public class InvalidQueryException
This class represents an exception to notify about an error in a query sent to Twitter Search API.
| Constructor Summary | |
|---|---|
InvalidQueryException()
Create an instance of InvalidQueryException class. |
|
InvalidQueryException(java.lang.String msg)
Create an instance of InvalidQueryException class that receives a custom message. |
|
| 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 |
|---|
public InvalidQueryException()
Create an instance of InvalidQueryException class.
public InvalidQueryException(java.lang.String msg)
Create an instance of InvalidQueryException class that receives a custom message.
msg - The exception message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||