org.argouml.model
Class IllegalModelElementConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.argouml.model.UmlException
              extended by org.argouml.model.IllegalModelElementConnectionException
All Implemented Interfaces:
java.io.Serializable

public class IllegalModelElementConnectionException
extends UmlException

An Exception thrown when trying to create an invalid association or link.

See Also:
Serialized Form

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

IllegalModelElementConnectionException

public IllegalModelElementConnectionException(java.lang.String msg)
Constructs an instance of IllegalModelElementConnection with the specified detail message.

Parameters:
msg - the detail message.

IllegalModelElementConnectionException

public IllegalModelElementConnectionException(java.lang.String msg,
                                              java.lang.Throwable cause)
Constructs an instance of IllegalModelElementConnection with the specified detail message.

Parameters:
msg - the detail message.
cause - the cause


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook