com.beust.jcommander
Class ParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.beust.jcommander.ParameterException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MissingCommandException
public class ParameterException
- extends RuntimeException
The main exception that JCommand will throw when something goes wrong while
parsing parameters.
- Author:
- Cedric Beust
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterException
public ParameterException(Throwable t)
ParameterException
public ParameterException(String string)
Copyright © 2011. All Rights Reserved.