Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.biomage.tools.generate_classes
Class XMIParseHelpers.IDREFException  view XMIParseHelpers.IDREFException download XMIParseHelpers.IDREFException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XMIParseHelpers.IDREFException()
           
XMIParseHelpers.IDREFException(java.lang.String message)
           
 
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()