com.ashridgetech.jamda.uml
Class ModelElement.UnknownElementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ashridgetech.jamda.uml.ModelElement.UnknownElementException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ModelElement

public static class ModelElement.UnknownElementException
extends java.lang.Exception

Thrown by ModelElement.loadElement(ru.novosoft.uml.foundation.core.MModelElement) to indicate an unknown element.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ModelElement.UnknownElementException(ru.novosoft.uml.foundation.core.MModelElement element)
           
ModelElement.UnknownElementException(java.lang.String message, ru.novosoft.uml.foundation.core.MModelElement element)
           
 
Method Summary
 ru.novosoft.uml.foundation.core.MModelElement getElement()
           
 
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

ModelElement.UnknownElementException

public ModelElement.UnknownElementException(ru.novosoft.uml.foundation.core.MModelElement element)

ModelElement.UnknownElementException

public ModelElement.UnknownElementException(java.lang.String message,
                                            ru.novosoft.uml.foundation.core.MModelElement element)
Method Detail

getElement

public ru.novosoft.uml.foundation.core.MModelElement getElement()


Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.