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

org.robobinding.attribute.MalformedAttributeException Maven / Gradle / Ivy

The newest version!
package org.robobinding.attribute;

import org.robobinding.AttributeResolutionException;

/**
 * 
 * @since 1.0
 * @version $Revision: 1.0 $
 * @author Robert Taylor
 */
@SuppressWarnings("serial")
public class MalformedAttributeException extends AttributeResolutionException {
	public MalformedAttributeException(String attributeName, String message) {
		super(attributeName, message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy