org.andromda.core.configuration
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.configuration.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.RuntimeException

This exception is thrown when an error occurs during AndroMDA configuration.

Author:
Chad Brandon
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Constructor for ConfigurationException.
ConfigurationException(java.lang.String message)
          Constructor for ConfigurationException.
ConfigurationException(java.lang.String message, java.lang.Throwable parent)
          Constructor for ConfigurationException.
ConfigurationException(java.lang.Throwable parent)
          Constructor for ConfigurationException.
 
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

ConfigurationException

public ConfigurationException()
Constructor for ConfigurationException.


ConfigurationException

public ConfigurationException(java.lang.String message)
Constructor for ConfigurationException.

Parameters:
message -

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable parent)
Constructor for ConfigurationException.

Parameters:
message -
parent -

ConfigurationException

public ConfigurationException(java.lang.Throwable parent)
Constructor for ConfigurationException.

Parameters:
parent -


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.