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

com.casualsuperman.portent.exceptions.ContextLoadException Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package com.casualsuperman.portent.exceptions;

public class ContextLoadException extends ProcessingException {
	public ContextLoadException(Exception e) {
		super("failed to load context", e);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy