org.sonatype.gshell.alias
Class NoSuchAliasException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sonatype.gshell.command.CommandException
org.sonatype.gshell.alias.NoSuchAliasException
- All Implemented Interfaces:
- Serializable
public class NoSuchAliasException
- extends CommandException
Thrown to indicate that a requested named-alias was not found.
- Since:
- 2.5
- 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 |
NoSuchAliasException
public NoSuchAliasException(String msg)
Copyright © 2008-2011 Sonatype. All Rights Reserved.