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

com.bbn.bue.common.xml.XMLUnexpectedInputException Maven / Gradle / Ivy

The newest version!
package com.bbn.bue.common.xml;

public class XMLUnexpectedInputException extends XMLException {

  private static final long serialVersionUID = 1L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy