com.beust.jcommander
Class MissingCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.beust.jcommander.ParameterException
com.beust.jcommander.MissingCommandException
- All Implemented Interfaces:
- Serializable
public class MissingCommandException
- extends ParameterException
Thrown when a command was expected.
- 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 |
MissingCommandException
public MissingCommandException(String string)
MissingCommandException
public MissingCommandException(Throwable t)
Copyright © 2011. All Rights Reserved.