org.andromda.core.namespace
Class NamespaceComponentsException

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

public class NamespaceComponentsException
extends java.lang.RuntimeException

Any unchecked exception that will be thrown during execution of the NamespaceComponents.

See Also:
Serialized Form

Constructor Summary
NamespaceComponentsException(java.lang.String message)
          Constructs an instance of NamespaceComponentsException.
NamespaceComponentsException(java.lang.String message, java.lang.Throwable parent)
          Constructs an instance of NamespaceComponentsException.
NamespaceComponentsException(java.lang.Throwable parent)
          Constructs an instance of NamespaceComponentsException.
 
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

NamespaceComponentsException

public NamespaceComponentsException(java.lang.Throwable parent)
Constructs an instance of NamespaceComponentsException.

Parameters:
parent -

NamespaceComponentsException

public NamespaceComponentsException(java.lang.String message)
Constructs an instance of NamespaceComponentsException.

Parameters:
message -

NamespaceComponentsException

public NamespaceComponentsException(java.lang.String message,
                                    java.lang.Throwable parent)
Constructs an instance of NamespaceComponentsException.

Parameters:
message -
parent -


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