
net.cnri.util.TemplateException Maven / Gradle / Ivy
/**********************************************************************\
© COPYRIGHT 2019 Corporation for National Research Initiatives (CNRI);
All rights reserved.
The HANDLE.NET software is made available subject to the
Handle.Net Public License Agreement, which may be obtained at
http://hdl.handle.net/20.1000/112 or hdl:20.1000/112
\**********************************************************************/
package net.cnri.util;
/** Exception that can be thrown when merging data with a template
* @see Template
*/
public class TemplateException extends java.lang.Exception {
public TemplateException(String str) {
super(str);
}
public TemplateException() {
super();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy