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

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

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

public class XMLException extends RuntimeException {

  private static final long serialVersionUID = 1L;

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

  public XMLException(String msg, Throwable cause) {
    super(msg, cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy