Uses of Class
org.xnap.cmdl.SyntaxException

Packages that use SyntaxException
org.xnap.chat.command   
org.xnap.cmdl Provides interfaces and classes for command line input and console output. 
org.xnap.plugin.opennap.command   
 

Uses of SyntaxException in org.xnap.chat.command
 

Methods in org.xnap.chat.command that throw SyntaxException
 void AbstractBanCommand.execute(java.lang.String command, Console console)
           
 void AbstractIgnoreCommand.execute(java.lang.String command, Console console)
           
 void AbstractIgnoreUserCommand.execute(java.lang.String command, Console console)
           
 void AbstractMeCommand.execute(java.lang.String command, Console console)
           
 void AbstractMessageCommand.execute(java.lang.String command, Console console)
           
 void AbstractPartChannelCommand.execute(java.lang.String command, Console console)
           
 void JoinChannelCommand.execute(java.lang.String command, Console console)
           
 

Uses of SyntaxException in org.xnap.cmdl
 

Methods in org.xnap.cmdl that throw SyntaxException
 void Command.execute(java.lang.String command, Console console)
          Executes this command with argv parameters.
protected  int AbstractCommand.getInt(java.lang.String[] argv, int min, int max)
           
 

Uses of SyntaxException in org.xnap.plugin.opennap.command
 

Methods in org.xnap.plugin.opennap.command that throw SyntaxException
 void OpenNapBanListCommand.execute(java.lang.String command, Console console)
           
 void OpenNapRegisterUserCommand.execute(java.lang.String command, Console console)
           
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.