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

ingenias.exception.TextTagEmpty Maven / Gradle / Ivy

There is a newer version: 1.7
Show newest version
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