net.sf.tomp.xtcl
Class UnknownCommandException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended bynet.sf.tomp.xtcl.UnknownCommandException
All Implemented Interfaces:
java.io.Serializable

public class UnknownCommandException
extends java.lang.IllegalArgumentException

Author:
tomp Thrown by the XTCompiler if an unknown command name is encountered (not in cases of known command but invalid syntax)
See Also:
Serialized Form

Constructor Summary
UnknownCommandException()
           
UnknownCommandException(java.lang.String arg0)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownCommandException

public UnknownCommandException()

UnknownCommandException

public UnknownCommandException(java.lang.String arg0)
Parameters:
arg0 -


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