org.andromda.core.cartridge
Class CartridgeException

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

public class CartridgeException
extends RuntimeException

This exception is thrown when a special situation is encountered within an AndroMDA cartridge.

Author:
Matthias Bohlen
See Also:
Serialized Form

Constructor Summary
CartridgeException()
          Constructor for CartridgeException.
CartridgeException(String message)
          Constructor for CartridgeException.
CartridgeException(String message, Throwable parent)
          Constructor for CartridgeException.
CartridgeException(Throwable parent)
          Constructor for CartridgeException.
 
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

CartridgeException

public CartridgeException()
Constructor for CartridgeException.


CartridgeException

public CartridgeException(String message)
Constructor for CartridgeException.

Parameters:
message - the exception message

CartridgeException

public CartridgeException(String message,
                          Throwable parent)
Constructor for CartridgeException.

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

CartridgeException

public CartridgeException(Throwable parent)
Constructor for CartridgeException.

Parameters:
parent - the parent exception


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