org.argouml.model.uml
Class IllegalModelElementConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.argouml.model.uml.UmlException
                    |
                    +--org.argouml.model.uml.IllegalModelElementConnectionException
All Implemented Interfaces:
java.io.Serializable

public class IllegalModelElementConnectionException
extends UmlException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.argouml.model.uml.UmlException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IllegalModelElementConnectionException()
          Creates a new instance of IllegalModelElementConnection without detail message.
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.
 
Methods inherited from class org.argouml.model.uml.UmlException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalModelElementConnectionException

public IllegalModelElementConnectionException()
Creates a new instance of IllegalModelElementConnection without detail message.


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.


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook