fr.umlv.tatoo.cc.common.main
Class IllegalCommandLineArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.umlv.tatoo.cc.common.main.IllegalCommandLineArgumentException
All Implemented Interfaces:
Serializable

public class IllegalCommandLineArgumentException
extends Exception

Raised when arguments do not match description of the command line.

Author:
remi
See Also:
CommandLineParser, Serialized Form

Constructor Summary
IllegalCommandLineArgumentException(String message)
           
IllegalCommandLineArgumentException(String message, Throwable cause)
           
IllegalCommandLineArgumentException(Throwable cause)
           
 
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

IllegalCommandLineArgumentException

public IllegalCommandLineArgumentException(String message)

IllegalCommandLineArgumentException

public IllegalCommandLineArgumentException(Throwable cause)

IllegalCommandLineArgumentException

public IllegalCommandLineArgumentException(String message,
                                           Throwable cause)