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

com.github.bookong.zest.exceptions.ParseTestCaseException Maven / Gradle / Ivy

There is a newer version: 0.1.12
Show newest version
package com.github.bookong.zest.exceptions;

/**
 * @author jiangxu
 *
 */
public class ParseTestCaseException extends RuntimeException {
	private static final long serialVersionUID = -7131640034852683461L;

	public ParseTestCaseException(String message) {
        super(message);
    }
	
	public ParseTestCaseException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy