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

com.dooapp.gaedo.blueprints.ObjectIsNotARealLiteralException Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package com.dooapp.gaedo.blueprints;

public class ObjectIsNotARealLiteralException extends BluePrintsCrudServiceException {

	public ObjectIsNotARealLiteralException(Object value, Class valueClass) {
		super("one thought "+value+" could be stored as a literal. However, it is a "+valueClass.getName() + " which is by no means a compatible literal");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy