Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.app.model.resources
Class IncompatibleModelFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by com.ibm.etools.systems.app.model.resources.IncompatibleModelFormatException
All Implemented Interfaces:
Serializable

public class IncompatibleModelFormatException
extends SAXException

Exception thrown when loading a previous, incompatible, version of the model.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Constructor Summary
IncompatibleModelFormatException(String elementName)
          Constructor
 
Method Summary
 String getElementName()
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

IncompatibleModelFormatException

public IncompatibleModelFormatException(String elementName)
Constructor

Method Detail

getElementName

public String getElementName()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.