org.sonatype.gshell.util.cli2
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sonatype.gshell.util.cli2.ProcessingException
- All Implemented Interfaces:
- Serializable
public class ProcessingException
- extends Exception
Thrown to indicate a problem processing command line arguments and options.
- Since:
- 2.3
- Author:
- Jason Dillon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessingException
public ProcessingException(String msg)
ProcessingException
public ProcessingException(String msg,
Throwable cause)
ProcessingException
public ProcessingException(Throwable cause)
Copyright © 2008-2011 Sonatype. All Rights Reserved.