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

com.abubusoft.kripton.processor.exceptions.MissedAnnotationOnClass Maven / Gradle / Ivy

There is a newer version: 8.2.0-rc.4
Show newest version
/**
 * 
 */
package com.abubusoft.kripton.processor.exceptions;

// TODO: Auto-generated Javadoc
/**
 * The Class MissedAnnotationOnClass.
 *
 * @author Francesco Benincasa ([email protected])
 */
public class MissedAnnotationOnClass extends KriptonProcessorException {

	/**
	 * Instantiates a new missed annotation on class.
	 *
	 * @param message the message
	 */
	public MissedAnnotationOnClass(String message) {
		super(message);
	}

	/** The Constant serialVersionUID. */
	private static final long serialVersionUID = 4068307310390826385L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy