org.eclipse.jgit.api.errors
Class CannotDeleteCurrentBranchException

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

public class CannotDeleteCurrentBranchException
extends GitAPIException

Thrown when trying to delete a branch which is currently checked out

See Also:
Serialized Form

Constructor Summary
CannotDeleteCurrentBranchException(String 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

CannotDeleteCurrentBranchException

public CannotDeleteCurrentBranchException(String message)
Parameters:
message - the message


Copyright © 2012. All Rights Reserved.