|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.argouml.model.UmlException
org.argouml.model.IllegalModelElementConnectionException
public class IllegalModelElementConnectionException
An Exception thrown when trying to create an invalid association or link.
| Constructor Summary | |
|---|---|
IllegalModelElementConnectionException(java.lang.String msg)
Constructs an instance of IllegalModelElementConnection with the specified
detail message. |
|
IllegalModelElementConnectionException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of IllegalModelElementConnection with the specified
detail message. |
|
| 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 IllegalModelElementConnectionException(java.lang.String msg)
IllegalModelElementConnection with the specified
detail message.
msg - the detail message.
public IllegalModelElementConnectionException(java.lang.String msg,
java.lang.Throwable cause)
IllegalModelElementConnection with the specified
detail message.
msg - the detail message.cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Cookbook |