Decision Center API

ilog.rules.teamserver.model
Class IlrElementBaselineNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.rules.teamserver.model.IlrApplicationException
              extended by ilog.rules.teamserver.model.IlrObjectNotFoundException
                  extended by ilog.rules.teamserver.model.IlrElementBaselineNotFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IlrProjectBaselineNotFoundException, IlrProjectEltBaselineNotFoundException

public abstract class IlrElementBaselineNotFoundException
extends IlrObjectNotFoundException

This exception is thrown when the system cannot find a baseline for a given element matching either the working baseline or one of its dependent baselines.

See Also:
Serialized Form

Field Summary
protected  IlrElementDetails eltDetails
           
protected  IlrBaseline wb
           
 
Constructor Summary
IlrElementBaselineNotFoundException(IlrElementDetails eltDetails, IlrBaseline wb)
           
 
Method Summary
 String getElementIdString()
           
 String getElementName()
           
 IlrBaseline getWorkingBaseline()
           
 String getWorkingBaselineIdString()
           
 String getWorkingBaselineName()
           
 
Methods inherited from class ilog.rules.teamserver.model.IlrApplicationException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eltDetails

protected IlrElementDetails eltDetails

wb

protected IlrBaseline wb
Constructor Detail

IlrElementBaselineNotFoundException

public IlrElementBaselineNotFoundException(IlrElementDetails eltDetails,
                                           IlrBaseline wb)
Method Detail

getWorkingBaseline

public IlrBaseline getWorkingBaseline()

getElementName

public String getElementName()

getElementIdString

public String getElementIdString()

getWorkingBaselineName

public String getWorkingBaselineName()

getWorkingBaselineIdString

public String getWorkingBaselineIdString()

Decision Center API

© Copyright IBM Corp. 1987, 2013