org.eclipse.jgit.errors
Class CheckoutConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.eclipse.jgit.errors.CheckoutConflictException
All Implemented Interfaces:
Serializable

public class CheckoutConflictException
extends IOException

Exception thrown if a conflict occurs during a merge checkout.

See Also:
Serialized Form

Constructor Summary
CheckoutConflictException(String file)
          Construct a CheckoutConflictException for the specified file
CheckoutConflictException(String[] files)
          Construct a CheckoutConflictException for the specified set of files
 
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

CheckoutConflictException

public CheckoutConflictException(String file)
Construct a CheckoutConflictException for the specified file

Parameters:
file -

CheckoutConflictException

public CheckoutConflictException(String[] files)
Construct a CheckoutConflictException for the specified set of files

Parameters:
files -


Copyright © 2012. All Rights Reserved.