ingenias.exception.TextTagEmpty Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codegen Show documentation
Show all versions of codegen Show documentation
The INGENIAS Development Kit
package ingenias.exception;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company:
* @author not attributable
* @version 1.0
*/
public class TextTagEmpty extends Exception {
public TextTagEmpty(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy