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

it.amattioli.workstate.exceptions.MultiException Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package it.amattioli.workstate.exceptions;

import java.util.Collection;

public interface MultiException {

	public Collection getCauses();

	public void addCause(Throwable cause);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy