org.sonatype.gshell.command.registry
Class DuplicateCommandException

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.command.registry.DuplicateCommandException
All Implemented Interfaces:
Serializable

public class DuplicateCommandException
extends CommandException

Thrown to indicate a duplicate command registration attempt has failed.

Since:
2.5
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
DuplicateCommandException(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

DuplicateCommandException

public DuplicateCommandException(String msg)


Copyright © 2008-2011 Sonatype. All Rights Reserved.