net.sf.tomp.xtcl
Class UnknownCommandException

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

public class UnknownCommandException
extends java.lang.IllegalArgumentException

Thrown by the XTCompiler if an unknown command name is encountered (not in cases of known command but invalid syntax)

Author:
tomp
See Also:
Serialized Form

Constructor Summary
UnknownCommandException(java.lang.String arg0)
          Constructs the exception with the name that is unknown as a command
 
Method Summary
 
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(java.lang.String arg0)
Constructs the exception with the name that is unknown as a command

Parameters:
the - unknown name


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