
org.igfay.jfig.JFigException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfig Show documentation
Show all versions of jfig Show documentation
A Configuration utility that provides simple, flexible and powerful functionality for managing one or more configurations in a java environment. It uses a combination of a hierarchy of configuration files, substitution variables and property variables.
The newest version!
package org.igfay.jfig;
/**
* Insert the type's description here. Creation date: (11/12/99 4:30:44 PM)
*
*@author bconrad
*@created April 3, 2001
*@author:
*/
public class JFigException extends Exception {
private static final long serialVersionUID = 1L;
/**
* JFigException constructor comment.
*/
public JFigException() {
super();
}
/**
* JFigException constructor comment.
*
*@param s java.lang.String
*/
public JFigException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy