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

org.pure4j.immutable.ClassNotImmutableException Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package org.pure4j.immutable;

import org.pure4j.Pure4J;

/**
 * Thrown at runtime by {@link Pure4J} if a library is passed a non-immutable implementation.
 * 
 * @author robmoffat
 *
 */
public class ClassNotImmutableException extends RuntimeException {

	public ClassNotImmutableException(String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy