irc
Class NotEnoughParametersException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--irc.NotEnoughParametersException
All Implemented Interfaces:
java.io.Serializable

public class NotEnoughParametersException
extends java.lang.Exception

Exception thrown by interpretor if not enough parameters are provided for a command.

See Also:
Serialized Form

Constructor Summary
NotEnoughParametersException(java.lang.String msg)
          Create a new NotEnoughParametersException.
 
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

NotEnoughParametersException

public NotEnoughParametersException(java.lang.String msg)
Create a new NotEnoughParametersException.

Parameters:
msg - message.