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
 URL PostQuery.execute()
          Synchronously executes the POST operation.
 Boolean PutQuery.execute()
          Synchronously executes the PUT operation.
 Void DeleteQuery.execute()
          Synchronously executes the DELETE operation.
 Object GetQuery.execute()
          Synchronously executes the GET operation.
protected  Object Query.execute(Query.Method method, Object value)