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

com.giants.xmlmapping.config.exception.XmlMapUndefinedException Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.giants.xmlmapping.config.exception;

import java.text.MessageFormat;

/**
 * @author vencent.lu
 *
 */
public class XmlMapUndefinedException extends XmlMapException {

	private static final long serialVersionUID = -7407144028343028898L;

	/**
	 * @param entityMapClass
	 */
	public XmlMapUndefinedException(Class entityMapClass) {
		super(entityMapClass, MessageFormat.format("{0} undefined XmlEntity!", entityMapClass));
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy