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

net.sf.andromedaioc.exception.IllegalAnnotationException Maven / Gradle / Ivy

The newest version!
package net.sf.andromedaioc.exception;

/**
 * This exception is thrown when annotation is used in incorrect place
 *
 * @author Alexey Mitrov
 */
public class IllegalAnnotationException extends RuntimeException {

    public IllegalAnnotationException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy