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

com.almondtools.stringsandchars.io.IORuntimeException Maven / Gradle / Ivy

The newest version!
package com.almondtools.stringsandchars.io;

import java.io.IOException;

public class IORuntimeException extends RuntimeException {

	public IORuntimeException(IOException cause) {
		super(cause);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy