org.kohsuke.args4j
Class CmdLineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.kohsuke.args4j.CmdLineException
- All Implemented Interfaces:
- Serializable
public class CmdLineException
- extends Exception
Signals an error in the user input.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CmdLineException
public CmdLineException(String message)
CmdLineException
public CmdLineException(String message,
Throwable cause)
CmdLineException
public CmdLineException(Throwable cause)
Copyright © 2003-2012 JBoss by Red Hat. All Rights Reserved.