ru.vyarus.java.generics.resolver.util.NoGenericException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of generics-resolver Show documentation
Show all versions of generics-resolver Show documentation
Java generics runtime resolver
package ru.vyarus.java.generics.resolver.util;
/**
* Marker exception indicating no generic defined.
*
* @author Vyacheslav Rusakov
* @since 17.10.2014
*/
public class NoGenericException extends Exception {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy