![JAR search and dependency download from the Maven repository](/logo.png)
datamaintain.core.exception.DatamaintainFileIdentifierPatternException.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
class DatamaintainFileIdentifierPatternException(
name: String,
identifierRegex: Regex
) : DatamaintainBaseException("The file $name doesn't match the pattern $identifierRegex and so can't extract its identifier")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy