|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.andromda.core.cartridge.CartridgeException
public class CartridgeException
This exception is thrown when a special situation is encountered within an AndroMDA cartridge.
| 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 |
|---|
public CartridgeException()
public CartridgeException(String message)
message - the exception message
public CartridgeException(String message,
Throwable parent)
message - the exception messageparent - the parent exceptionpublic CartridgeException(Throwable parent)
parent - the parent exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||