org.apache.maven.scm
Class NoSuchCommandScmException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.scm.ScmException
              extended byorg.apache.maven.scm.NoSuchCommandScmException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchCommandScmException
extends ScmException

Version:
$Id: NoSuchCommandScmException.java 162172 2004-10-26 12:37:06Z trygvis $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Field Summary
private  java.lang.String commandName
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NoSuchCommandScmException(java.lang.String commandName)
           
 
Method Summary
 java.lang.String getCommandName()
           
 
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
 

Field Detail

commandName

private java.lang.String commandName
Constructor Detail

NoSuchCommandScmException

public NoSuchCommandScmException(java.lang.String commandName)
Method Detail

getCommandName

public java.lang.String getCommandName()