org.apache.geronimo.gshell.clp
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geronimo.gshell.clp.ProcessingException
- All Implemented Interfaces:
- Serializable
public class ProcessingException
- extends Exception
Thrown to indicate a problem processing command line arguments and options.
- Version:
- $Rev: 570622 $ $Date: 2007-08-28 20:05:46 -0700 (Tue, 28 Aug 2007) $
- 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 © 2003-2007 Apache Software Foundation. All Rights Reserved.