cz.zcu.fav.kiv.editor.controller.errors
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by cz.zcu.fav.kiv.editor.controller.errors.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.Throwable
implements java.io.Serializable

The ConfigException class is used for reporting errors generated during loading configuration files and templates.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova
See Also:
Serialized Form

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

ConfigException

public ConfigException()
Initializes a newly created empty ConfigException.


ConfigException

public ConfigException(java.lang.String fileName,
                       java.lang.String message)
Initializes a newly created ConfigException with specified error messages and error source file.

Parameters:
fileName - the name of file where the error was generated.
message - the error message.