Uses of Class
org.apache.pivot.web.QueryException

Uses of QueryException in org.apache.pivot.web
 

Methods in org.apache.pivot.web that throw QueryException
 Object GetQuery.execute()
          Synchronously executes the GET operation.
 URL PostQuery.execute()
          Synchronously executes the POST operation.
 Void DeleteQuery.execute()
          Synchronously executes the DELETE operation.
 Boolean PutQuery.execute()
          Synchronously executes the PUT operation.
protected  Object Query.execute(Query.Method method, Object value)