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

net.amygdalum.testrecorder.asm.ByteCodeException Maven / Gradle / Ivy

The newest version!
package net.amygdalum.testrecorder.asm;

public class ByteCodeException extends RuntimeException {

	public ByteCodeException(Throwable e) {
		super(e);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy