public class ConfigException
extends java.lang.Throwable
implements java.io.Serializable
ConfigException
class is used for reporting errors generated during loading configuration
files and templates.Constructor and Description |
---|
ConfigException()
Initializes a newly created empty
ConfigException . |
ConfigException(java.lang.String fileName,
java.lang.String message)
Initializes a newly created
ConfigException with specified error messages and
error source file. |
public ConfigException()
ConfigException
.public ConfigException(java.lang.String fileName, java.lang.String message)
ConfigException
with specified error messages and
error source file.fileName
- the name of file where the error was generated.message
- the error message.