io.higgs.core.reflect.MissingClassException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of msg.core Show documentation
Show all versions of msg.core Show documentation
Core API and interfaces for Higgs
The newest version!
package io.higgs.core.reflect;
public class MissingClassException extends RuntimeException {
public MissingClassException(final ClassNotFoundException cause) {
super(cause);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy