com.dooapp.gaedo.blueprints.ObjectIsNotARealLiteralException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gaedo-blueprints Show documentation
Show all versions of gaedo-blueprints Show documentation
Implementation of gaedo mechanisms backed by blueprints graph layer
package com.dooapp.gaedo.blueprints;
public class ObjectIsNotARealLiteralException extends BluePrintsCrudServiceException {
public ObjectIsNotARealLiteralException(Object value, Class extends Object> 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