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

org.nico.db.exception.phrase.SqlExceptionPhrase Maven / Gradle / Ivy

package org.nico.db.exception.phrase;

public class SqlExceptionPhrase {
	
	//NoPrimaryKeyException
	public static final String NO_PRIMARY_KEY_EXCEPTION = "no annotation [@primary] in this entity !!";
	
	public static final String NO_SET_METHOD_EXCEPTION = "no setter method on field:";
	
	public static final String NO_GET_METHOD_EXCEPTION = "no getter method on field:";
	
	public static final String TABLE_NAME_NULL_EXCEPTION = "table name can't is null !!";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy