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

edu.isi.nlp.xml.XMLUnexpectedInputException Maven / Gradle / Ivy

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

public class XMLUnexpectedInputException extends XMLException {

  private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy