Decision Center API

ilog.rules.teamserver.model
Class IlrArchiveGenerationException

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.IlrArchiveGenerationException
All Implemented Interfaces:
Serializable

public class IlrArchiveGenerationException
extends IlrApplicationException

Thrown when the level of an error that occurred during ruleset archive generation is greater or equal to the level specified in project options.

See Also:
Serialized Form

Method Summary
 List<IlrElementError> getParsingErrors()
          Returns the list of errors that occurred during ruleset archive generation.
 
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
 

Method Detail

getParsingErrors

public List<IlrElementError> getParsingErrors()
Returns the list of errors that occurred during ruleset archive generation.

Returns:
A list of IlrElementError.

Decision Center API

© Copyright IBM Corp. 1987, 2013