org.andromda.core.mapping
Class MappingsException

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

public class MappingsException
extends RuntimeException

Any error occurring during processing of Mappings should through this exception.

See Also:
Serialized Form

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

MappingsException

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

Parameters:
parent - the parent exception

MappingsException

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

Parameters:
message - the exception message

MappingsException

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

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


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