All Downloads are FREE. Search and download functionalities are using the official Maven repository.

instep.dao.PlaceHolderRemainingException.kt Maven / Gradle / Ivy

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