org.vrspace.server.command
Class error

java.lang.Object
  extended byorg.vrspace.server.command.error
All Implemented Interfaces:
Command

public class error
extends java.lang.Object
implements Command

Add request to error log.


Constructor Summary
error()
           
 
Method Summary
 void exec(Request r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

error

public error()
Method Detail

exec

public void exec(Request r)
          throws java.lang.Exception
Specified by:
exec in interface Command
Throws:
java.lang.Exception