Class CompositeGitCliExceptionResolver
java.lang.Object
org.craftercms.studio.impl.v2.utils.git.cli.CompositeGitCliExceptionResolver
- All Implemented Interfaces:
GitCliOutputExceptionResolver
public class CompositeGitCliExceptionResolver
extends Object
implements GitCliOutputExceptionResolver
GitCliOutputExceptionResolver
that uses a list of other resolvers
to determine which exception to throw. The first non-null exception that is returned from the list is the one used.- Since:
- 3.1.23
- Author:
- Alfonso Vasquez
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Constructor Details
-
CompositeGitCliExceptionResolver
-
CompositeGitCliExceptionResolver
-
-
Method Details
-
resolveException
- Specified by:
resolveException
in interfaceGitCliOutputExceptionResolver
-