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

io.higgs.core.reflect.MissingClassException Maven / Gradle / Ivy

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