org.eclipse.jgit.api.errors
Class NotMergedException

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

public class NotMergedException
extends GitAPIException

Thrown when branch deletion fails due to unmerged data

See Also:
Serialized Form

Constructor Summary
NotMergedException()
          The default constructor with a default message
 
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

NotMergedException

public NotMergedException()
The default constructor with a default message



Copyright © 2013. All Rights Reserved.