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

edu.isi.nlp.exceptions.NotImplementedException Maven / Gradle / Ivy

The newest version!
package edu.isi.nlp.exceptions;

public class NotImplementedException extends RuntimeException {

  private static final long serialVersionUID = 1L;

  public NotImplementedException() {}

  public NotImplementedException(String msg) {
    super(msg);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy