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

org.xmlbean.exception.ElementNumberOutOfBoundsException Maven / Gradle / Ivy

The newest version!
package org.xmlbean.exception;

/**
 * 元素名称相同的元素数目超出范围异常
 */
public class ElementNumberOutOfBoundsException extends ElementVisitingException {
	private static final long serialVersionUID = -6226559817837509304L;

	public ElementNumberOutOfBoundsException() {
		super();
	}

	public ElementNumberOutOfBoundsException(String message, Throwable cause) {
		super(message, cause);
	}

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

	public ElementNumberOutOfBoundsException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy