org.andromda.core.metafacade
Class MetafacadeImplsException

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

public class MetafacadeImplsException
extends java.lang.RuntimeException

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

See Also:
Serialized Form

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

MetafacadeImplsException

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

Parameters:
parent -

MetafacadeImplsException

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

Parameters:
message -

MetafacadeImplsException

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

Parameters:
message -
parent -


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