Package liquibase.exception
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
- 
Method Details- 
getExitCode
 
-