org.lsst.ccs.shell
Class CLIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.shell.CLIException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TokenException
public class CLIException
- extends Exception
Root exception for Cliche.
- Author:
- ASG
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CLIException
public CLIException()
CLIException
public CLIException(String message)
CLIException
public CLIException(Throwable cause)
CLIException
public CLIException(String message,
Throwable cause)
createCommandNotFound
public static CLIException createCommandNotFound(String commandName)
createCommandNotFoundForArgNum
public static CLIException createCommandNotFoundForArgNum(String commandName,
int argCount)
createAmbiguousCommandExc
public static CLIException createAmbiguousCommandExc(String commandName,
int argCount)
Copyright © 2013 LSST. All Rights Reserved.