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

io.jonasg.bob.MandatoryFieldMissingException Maven / Gradle / Ivy

package io.jonasg.bob;

public final class MandatoryFieldMissingException extends RuntimeException {
	public MandatoryFieldMissingException(String fieldName, String typeName) {
		super("Mandatory field (" + fieldName + ") not set when building type (" + typeName + ")");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy