Package liquibase.exception
Interface ExitCodeException
-
- All Known Implementing Classes:
CommandFailedException,UnexpectedLiquibaseException,UnknownChangeLogParameterException,UnknownConfigurationType
public interface ExitCodeExceptionThis interface marks an exception as one which can specify the exit code that Liquibase should use if an exception which implements this interface is thrown.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IntegergetExitCode()
-
-
-
Method Detail
-
getExitCode
default Integer getExitCode()
-
-