org.andromda.core.metafacade
Class MetafacadeFactoryException

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

public class MetafacadeFactoryException
extends RuntimeException

Any unchecked exception that will be thrown when a MetafacadeFactory processing error occurs.

See Also:
Serialized Form

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

MetafacadeFactoryException

public MetafacadeFactoryException(Throwable parent)
Constructs an instance of MetafacadeFactoryException.

Parameters:
parent -

MetafacadeFactoryException

public MetafacadeFactoryException(String message)
Constructs an instance of MetafacadeFactoryException.

Parameters:
message -

MetafacadeFactoryException

public MetafacadeFactoryException(String message,
                                  Throwable parent)
Constructs an instance of MetafacadeFactoryException.

Parameters:
message -
parent -


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