name.angoca.db2sa.readers.exceptions
Class ConfigurationFileProblemException
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.ConfigurationFileProblemException
- All Implemented Interfaces:
- Serializable
public class ConfigurationFileProblemException
- extends AbstractReaderException
This exception is raised when an unknown problem in the file was occurred.
Control Version
- 0.0.1 Class creation.
- 0.1.0 Recommendations from PMD.
- 1.0.0 Moved to version 1.
- Version:
- 1.0.0 2009-07-19
- Author:
- Andres Gomez Casanova (AngocA)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationFileProblemException
public ConfigurationFileProblemException(Exception exception)
- Constructor that defines the message describing the problem in the file.
- Parameters:
exception
- Generated exception.
Andres Gomez Casanova (AngocA) 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.