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

com.frameworkset.dictionary.xml.XMLParserException Maven / Gradle / Ivy

There is a newer version: 5.6.4
Show newest version

package com.frameworkset.dictionary.xml;

import java.io.Serializable;

/**
 * @author biaoping.yin
 * 2004-7-29
 */
public class XMLParserException extends Exception implements Serializable
{

	/**
	 * @param string
	 */
	public XMLParserException(String string)
	{
		super(string);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy