name.angoca.db2sa.tools.configurator
Class AbstractConfiguratorException

Package class diagram package AbstractConfiguratorException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by name.angoca.db2sa.AbstractDB2SAException
              extended by name.angoca.db2sa.tools.configurator.AbstractConfiguratorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationFileCorruptException, ConfigurationFileNotFoundException, GeneralConfigurationFileProblemException

public abstract class AbstractConfiguratorException
extends AbstractDB2SAException

This exception is the parent for all exceptions generated when configuring the application.

Control Version

Version:
1.2.0 2010-05-27
Author:
Andres Gomez Casanova (AngocA)
See Also:
Serialized Form

Constructor Summary
AbstractConfiguratorException()
          Default constructor.
AbstractConfiguratorException(Exception exception)
          Constructor with a generated exception.
 
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

AbstractConfiguratorException

public AbstractConfiguratorException()
Default constructor.


AbstractConfiguratorException

public AbstractConfiguratorException(Exception exception)
Constructor with a generated exception.

Parameters:
exception - Generated exception.


Andres Gomez Casanova (AngocA) 2009-2010 Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.