datamaintain.core.exception.DatamaintainProcessException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datamaintain-core Show documentation
Show all versions of datamaintain-core Show documentation
One tool to maintain all your database schemas!
package datamaintain.core.exception
import datamaintain.core.util.runProcess
class DatamaintainProcessException (
command: List,
messageError: String
) : DatamaintainBaseException("Error while executed command : \"${command.joinToString(" ")}\" - $messageError ")