|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
cz.zcu.fav.kiv.editor.controller.errors.ConfigException
public class ConfigException
The ConfigException
class is used for reporting errors generated during loading configuration
files and templates.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |