org.eclipse.jgit.api.errors
Class InvalidTagNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jgit.api.errors.GitAPIException
              extended by org.eclipse.jgit.api.errors.InvalidTagNameException
All Implemented Interfaces:
Serializable

public class InvalidTagNameException
extends GitAPIException

Exception thrown when a tag command was called with an invalid tag name (or null), such as bad~tag.

See Also:
Serialized Form

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

InvalidTagNameException

public InvalidTagNameException(String msg)
Parameters:
msg -


Copyright © 2012. All Rights Reserved.