fr.umlv.tatoo.cc.common.main
Class IllegalCommandLineArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalCommandLineArgumentException
public IllegalCommandLineArgumentException(String message)
IllegalCommandLineArgumentException
public IllegalCommandLineArgumentException(Throwable cause)
IllegalCommandLineArgumentException
public IllegalCommandLineArgumentException(String message,
Throwable cause)