org.eclipse.jgit.api.errors
Class PatchFormatException

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

public class PatchFormatException
extends GitAPIException

Exception thrown when applying a patch fails due to an invalid format

Since:
2.0
See Also:
Serialized Form

Constructor Summary
PatchFormatException(List<FormatError> errors)
           
 
Method Summary
 List<FormatError> getErrors()
           
 
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

PatchFormatException

public PatchFormatException(List<FormatError> errors)
Parameters:
errors -
Method Detail

getErrors

public List<FormatError> getErrors()
Returns:
all the errors where unresolved conflicts have been detected


Copyright © 2012. All Rights Reserved.