org.apache.maven.scm
Class NoSuchCommandScmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.scm.ScmException
              extended by org.apache.maven.scm.NoSuchCommandScmException
All Implemented Interfaces:
Serializable

public class NoSuchCommandScmException
extends ScmException

Version:
$Id: NoSuchCommandScmException.java 685539 2008-08-13 13:27:27Z vsiveton $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
NoSuchCommandScmException(String commandName)
           
 
Method Summary
 String getCommandName()
          Return the command name.
 
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

NoSuchCommandScmException

public NoSuchCommandScmException(String commandName)
Method Detail

getCommandName

public String getCommandName()
Return the command name.

Returns:
The command name


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.