Class ConfigInvalidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.errors.ConfigInvalidException
All Implemented Interfaces:
Serializable

public class ConfigInvalidException extends Exception
Indicates a text string is not a valid Git style configuration.
See Also:
  • Field Details

  • Constructor Details

    • ConfigInvalidException

      public ConfigInvalidException(String message)
      Construct an invalid configuration error.
      Parameters:
      message - why the configuration is invalid.
    • ConfigInvalidException

      public ConfigInvalidException(String message, Throwable cause)
      Construct an invalid configuration error.
      Parameters:
      message - why the configuration is invalid.
      cause - root cause of the error.