Interface ExitCodeException

All Known Implementing Classes:
CommandFailedException, UnexpectedLiquibaseException, UnknownChangeLogParameterException

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

    Modifier and Type
    Method
    Description
    default Integer
     
  • Method Details

    • getExitCode

      default Integer getExitCode()