org.andromda.core.configuration
Class NamespacesException

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

public class NamespacesException
extends java.lang.RuntimeException

This exception is thrown when an error occurs when dealing with Namespaces.

Author:
Chad Brandon
See Also:
Serialized Form

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

NamespacesException

public NamespacesException()
Constructor for NamespacesException.


NamespacesException

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

Parameters:
message -

NamespacesException

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

Parameters:
message -
parent -

NamespacesException

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

Parameters:
parent -


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