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

org.joo.libra.support.exceptions.PredicateValueException Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package org.joo.libra.support.exceptions;

/**
 * This exception will be thrown if any exception occurred while getting the
 * value.
 * 
 * @author griever
 *
 */
public class PredicateValueException extends RuntimeException {

	private static final long serialVersionUID = -1137560262840154627L;

	public PredicateValueException(final Throwable cause) {
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy