org.biomage.tools.generate_classes
Class XMIParseHelpers.IDREFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.biomage.tools.generate_classes.XMIParseHelpers.IDREFException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XMIParseHelpers

public static class XMIParseHelpers.IDREFException
extends java.lang.Exception

Description: Thrown when a lookup fails and the top element has an IDREF attribute. This is needed to distinguish a problem when an element is both a high-level element with an ID and a nested elemetn with an IDREF, such as the constraint node.

See Also:
Serialized Form

Constructor Summary
XMIParseHelpers.IDREFException()
           
XMIParseHelpers.IDREFException(java.lang.String 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

XMIParseHelpers.IDREFException

public XMIParseHelpers.IDREFException(java.lang.String message)

XMIParseHelpers.IDREFException

public XMIParseHelpers.IDREFException()