Package liquibase.exception
Interface ExitCodeException
-
- All Known Implementing Classes:
CommandFailedException
,UnexpectedLiquibaseException
,UnknownChangeLogParameterException
,UnknownConfigurationType
public interface ExitCodeException
This 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 Integer
getExitCode()
-
-
-
Method Detail
-
getExitCode
default Integer getExitCode()
-
-