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

com.tobedevoured.naether.ResolveException Maven / Gradle / Ivy

There is a newer version: 0.15.8
Show newest version
package com.tobedevoured.naether;

public class ResolveException  extends NaetherException {

	private static final long serialVersionUID = -9173565689543634165L;

	public ResolveException( String msg ) {
		super(msg);
	}
	
	public ResolveException( String msg, Throwable throwable ) {
		super(msg, throwable );
	}
	
	public ResolveException( Throwable throwable ) {
		super(throwable);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy