com.google.gwt.rpc.client.ast
Class ThrowCommand

java.lang.Object
  extended by com.google.gwt.rpc.client.ast.RpcCommand
      extended by com.google.gwt.rpc.client.ast.ThrowCommand
All Implemented Interfaces:
HasValues

public class ThrowCommand
extends RpcCommand
implements HasValues

A command to indicate that a value was thrown by the remote side.


Constructor Summary
ThrowCommand()
           
 
Method Summary
 void addValue(ValueCommand value)
           
 ValueCommand getThrownValue()
           
 java.util.List<ValueCommand> getValues()
           
 void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
           
 
Methods inherited from class com.google.gwt.rpc.client.ast.RpcCommand
clear
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowCommand

public ThrowCommand()
Method Detail

addValue

public void addValue(ValueCommand value)
Specified by:
addValue in interface HasValues

getThrownValue

public ValueCommand getThrownValue()

getValues

public java.util.List<ValueCommand> getValues()
Specified by:
getValues in interface HasValues

traverse

public void traverse(RpcCommandVisitor visitor,
                     RpcCommandVisitor.Context ctx)
Specified by:
traverse in class RpcCommand