Decision Center API

ilog.rules.teamserver.model
Class IlrInvalidElementException

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

public class IlrInvalidElementException
extends IlrApplicationException

Thrown when an element is invalid. For instance if one try to commit an element that has no name, or a name that already exists. An IlrInvalidElementException can contain several errors.

See Also:
Serialized Form

Constructor Summary
IlrInvalidElementException(IlrElementError[] errors)
           
 
Method Summary
 IlrElementError[] getErrors()
           
 
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

IlrInvalidElementException

public IlrInvalidElementException(IlrElementError[] errors)
Method Detail

getErrors

public IlrElementError[] getErrors()

Decision Center API

© Copyright IBM Corp. 1987, 2013