Decision Center API

ilog.rules.teamserver.model
Class IlrProjectEltBaselineNotFoundException

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
                      extended by ilog.rules.teamserver.model.IlrProjectEltBaselineNotFoundException
All Implemented Interfaces:
Serializable

public class IlrProjectEltBaselineNotFoundException
extends IlrElementBaselineNotFoundException

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ilog.rules.teamserver.model.IlrElementBaselineNotFoundException
eltDetails, wb
 
Constructor Summary
IlrProjectEltBaselineNotFoundException(IlrElementDetails projectEltDtls, IlrBaseline wb)
           
 
Method Summary
 
Methods inherited from class ilog.rules.teamserver.model.IlrElementBaselineNotFoundException
getElementIdString, getElementName, getWorkingBaseline, getWorkingBaselineIdString, 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
 

Constructor Detail

IlrProjectEltBaselineNotFoundException

public IlrProjectEltBaselineNotFoundException(IlrElementDetails projectEltDtls,
                                              IlrBaseline wb)

Decision Center API

© Copyright IBM Corp. 1987, 2013