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

org.tbwork.anole.loader.exceptions.AnoleNotReadyException Maven / Gradle / Ivy

The newest version!
package org.tbwork.anole.loader.exceptions;
 
 
public class AnoleNotReadyException extends RuntimeException {

	private static String errorMessage = "The anole has not been initialized, please initialize it first.";
	
	public AnoleNotReadyException()
    {
    	super(errorMessage);
    }
	 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy