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

org.tinygroup.chinese.ParserException Maven / Gradle / Ivy

The newest version!
package org.tinygroup.chinese;

/**
 * Created by luog on 15/4/15.
 */
public class ParserException extends  Exception{
    /**
	 * 
	 */
	private static final long serialVersionUID = 6738730979384915045L;
	public ParserException(String information){
        super(information);
    }
    public ParserException(Throwable throwable){
        super(throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy