instep.dao.PlaceHolderRemainingException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of instep-dao Show documentation
Show all versions of instep-dao Show documentation
Tools are designed for more easier coding.
The newest version!
package instep.dao
class PlaceHolderRemainingException(msg: String) : DaoException(msg) {
constructor(placeHolder: PlaceHolder) : this("${placeHolder.index}-${placeHolder.name} is remaining.")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy