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:
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

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-2003-2005 Apache Software Foundation. All Rights Reserved.