org.andromda.core.configuration
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.andromda.core.configuration.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends 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(String message)
          Constructor for ConfigurationException.
ConfigurationException(String message, Throwable parent)
          Constructor for ConfigurationException.
ConfigurationException(Throwable parent)
          Constructor for ConfigurationException.
 
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(String message)
Constructor for ConfigurationException.

Parameters:
message -

ConfigurationException

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

Parameters:
message -
parent -

ConfigurationException

public ConfigurationException(Throwable parent)
Constructor for ConfigurationException.

Parameters:
parent -


Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.