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 372209 2006-01-25 13:30:01Z evenisse $
Author:
Trygve Laugstøl
See Also:
Serialized Form

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
 

Constructor Detail

NoSuchCommandScmException

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

getCommandName

public java.lang.String getCommandName()


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.