org.sonatype.gshell.command
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sonatype.gshell.command.CommandException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DuplicateCommandException, NoSuchAliasException, NoSuchCommandException
public class CommandException
- extends Exception
Thrown to indicate a command failure.
- Since:
- 2.0
- 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 |
CommandException
public CommandException(String msg)
CommandException
public CommandException(String msg,
Throwable cause)
CommandException
public CommandException(Throwable cause)
CommandException
public CommandException()
Copyright © 2008-2011 Sonatype. All Rights Reserved.