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

br.com.caelum.vraptor.panettone.CompilationLoadException Maven / Gradle / Ivy

There is a newer version: 4.0.0-RC9
Show newest version
package br.com.caelum.vraptor.panettone;

public class CompilationLoadException extends RuntimeException {

	private static final long serialVersionUID = -8880766268327922407L;

	public CompilationLoadException(String msg, Exception e) {
		super(msg, e);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy