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

com.github.dnbn.submerge.api.parser.exception.InvalidSRTSubException Maven / Gradle / Ivy

The newest version!
package com.github.dnbn.submerge.api.parser.exception;

public class InvalidSRTSubException extends InvalidSubException {

	private static final long serialVersionUID = -8672533341983848962L;

	public InvalidSRTSubException() {
	}

	public InvalidSRTSubException(String arg0) {
		super(arg0);
	}

	public InvalidSRTSubException(Throwable arg0) {
		super(arg0);
	}

	public InvalidSRTSubException(String arg0, Throwable arg1) {
		super(arg0, arg1);
	}

	public InvalidSRTSubException(String arg0, Throwable arg1, boolean arg2, boolean arg3) {
		super(arg0, arg1, arg2, arg3);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy