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

black.door.hate.CannotEmbedLinkException Maven / Gradle / Ivy

There is a newer version: v1r4t5
Show newest version
package black.door.hate;

/**
 * Created by nfischer on 1/31/2016.
 */
public class CannotEmbedLinkException extends RuntimeException {
	public CannotEmbedLinkException(String fieldName){
		super(fieldName + " is a link and cannot be embedded as a resource.");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy