java.lang.Object
java.lang.Throwable
java.lang.Exception
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.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XMIParseHelpers.IDREFException
public XMIParseHelpers.IDREFException(java.lang.String message)
XMIParseHelpers.IDREFException
public XMIParseHelpers.IDREFException()