org.sonatype.gshell.alias
Class NoSuchAliasException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sonatype.gshell.command.CommandException
              extended by 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

Constructor Summary
NoSuchAliasException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchAliasException

public NoSuchAliasException(String msg)


Copyright © 2008-2011 Sonatype. All Rights Reserved.