net.sf.tomp.xtcl.command
Class CatchCommand

java.lang.Object
  extended by net.sf.tomp.xtcl.command.AbstractCommand
      extended by net.sf.tomp.xtcl.command.CatchCommand
All Implemented Interfaces:
Command

public class CatchCommand
extends AbstractCommand

CatchCommand - does nothing when executed. Actually a marker where to jump when an exception occurs.

Author:
tomp

Constructor Summary
CatchCommand()
           
 
Method Summary
 java.lang.String toString()
          String representation is "CATCH".
 
Methods inherited from class net.sf.tomp.xtcl.command.AbstractCommand
done, execute, initParameters, listArray, listList, listMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatchCommand

public CatchCommand()
Method Detail

toString

public java.lang.String toString()
String representation is "CATCH".

Overrides:
toString in class java.lang.Object
Returns:
String representation


Copyright © 2004-2005 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.