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

com.github.pms1.tppt.p2.UnhandledException Maven / Gradle / Ivy

package com.github.pms1.tppt.p2;

public final class UnhandledException extends RuntimeException {
	public UnhandledException(FileId file, String text) {
		super(file + ": Unhandled content: " + text);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy