com.antelopesystem.crudframework.fieldmapper.exception.InvalidConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crud-framework-fieldmapper Show documentation
Show all versions of crud-framework-fieldmapper Show documentation
Fieldmapper module of the Crud Framework
package com.antelopesystem.crudframework.fieldmapper.exception;
public class InvalidConfigurationException extends RuntimeException {
public InvalidConfigurationException() {
super();
}
public InvalidConfigurationException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy