name.angoca.db2sa.readers.exceptions
Class ConfigurationFileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.angoca.db2sa.exceptions.AbstractDB2SAException
name.angoca.db2sa.readers.exceptions.AbstractReaderException
name.angoca.db2sa.readers.exceptions.ConfigurationFileNotFoundException
- All Implemented Interfaces:
- Serializable
public class ConfigurationFileNotFoundException
- extends AbstractReaderException
The configuration file was not found.
Control Version
- 0.0.1 Class creation.
- 0.1.0 Recommendations from PMD.
- 0.2.0 getMessage.
- 1.0.0 Moved to version 1.
- Version:
- 1.0.0 2009-07-19
- Author:
- Andres Gomez Casanova (AngocA)
- See Also:
- Serialized Form
ConfigurationFileNotFoundException
public ConfigurationFileNotFoundException(String filename,
Exception exception)
- Creates the exception with the not found name.
- Parameters:
filename
- Name of the configuration file that was not found.exception
- Generated exception.
getMessage
public final String getMessage()
- Overrides:
getMessage
in class Throwable
Andres Gomez Casanova (AngocA) 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.