mx.udlap.kjGateway.exceptions
Class NotEnoughArgumentsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymx.udlap.kjGateway.exceptions.NotEnoughArgumentsException
All Implemented Interfaces:
java.io.Serializable

public class NotEnoughArgumentsException
extends java.lang.Exception

Thrown when parsing of arguments fails due to lack of arguments.

Author:
Oscar Medina Duarte
See Also:
Serialized Form

Constructor Summary
NotEnoughArgumentsException()
           
 
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

NotEnoughArgumentsException

public NotEnoughArgumentsException()