org.eclipse.jgit.api.errors
Class InvalidMergeHeadsException

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.InvalidMergeHeadsException
All Implemented Interfaces:
Serializable

public class InvalidMergeHeadsException
extends GitAPIException

Exception thrown when a merge command was called without specifying the proper amount/type of merge heads. E.g. a non-octopus merge strategy was confronted with more than one head to be merged into HEAD. Another case would be if a merge was called without including any head.

See Also:
Serialized Form

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

InvalidMergeHeadsException

public InvalidMergeHeadsException(String msg)
Parameters:
msg -


Copyright © 2012. All Rights Reserved.