org.andromda.core.metafacade
Class MetafacadeException

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

public class MetafacadeException
extends RuntimeException

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

See Also:
Serialized Form

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

MetafacadeException

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

Parameters:
parent - the parent throwable

MetafacadeException

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

Parameters:
message - the exception message

MetafacadeException

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

Parameters:
message - the exception message
parent - the parent throwable


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