com.twitterapime.search
Class InvalidQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.twitterapime.search.InvalidQueryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidQueryException
extends java.lang.RuntimeException

This class represents an exception to notify about an error in a query sent to Twitter Search API.

Since:
1.0
Version:
1.0
Author:
Ernandes Mourao Junior (ernandes@gmail.com)
See Also:
Serialized Form

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

InvalidQueryException

public InvalidQueryException()

Create an instance of InvalidQueryException class.


InvalidQueryException

public InvalidQueryException(java.lang.String msg)

Create an instance of InvalidQueryException class that receives a custom message.

Parameters:
msg - The exception message.


Copyright © 2010 Twitter API ME Team. All Rights Reserved.