Package org.kohsuke.args4j
Class CmdLineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.kohsuke.args4j.CmdLineException
-
- All Implemented Interfaces:
java.io.Serializable
public class CmdLineException extends java.lang.Exception
Signals an error in the user input.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CmdLineException(java.lang.String message)
CmdLineException(java.lang.String message, java.lang.Throwable cause)
CmdLineException(java.lang.Throwable cause)
-