org.andromda.core.common
Class MergerException

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

public class MergerException
extends RuntimeException

Wraps any exception that occurs when merging.

See Also:
Merger, Serialized Form

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

MergerException

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

Parameters:
parent - the parent throwable

MergerException

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

Parameters:
message - the exception message

MergerException

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

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


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