com.lyrisoft.chat.client.command
Class NotEnoughArgumentsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.lyrisoft.chat.client.command.NotEnoughArgumentsException
All Implemented Interfaces:
java.io.Serializable

public class NotEnoughArgumentsException
extends java.lang.Exception

Thrown by UserCommandProcessor's decompose() methods

See Also:
Serialized Form

Constructor Summary
NotEnoughArgumentsException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotEnoughArgumentsException

public NotEnoughArgumentsException(java.lang.String s)


Copyright © 2000-2002 Taso Lyristis