Rule Designer API

ilog.rules.dvs.common.output
Class IlrTestingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.rules.res.util.IlrSerializableException
              extended by ilog.rules.dvs.common.output.IlrTestingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IlrDecisionWarehouseException, IlrInitializationException, IlrKPIException, IlrProductionRulesetExecutionException, IlrProductionRulesetIntrospectionException, IlrRuleAppException, IlrRunnerException, IlrScenarioDataException, IlrScenarioFormatException, IlrScenarioProviderException, IlrTraceTesterException

public abstract class IlrTestingException
extends ilog.rules.res.util.IlrSerializableException

Represents the exception thrown when an error occurs during a DVS run.

Since:
7.0
See Also:
Serialized Form

Constructor Summary
IlrTestingException()
          Creates an exception without parameters.
IlrTestingException(String s)
          Creates an exception with a specific message.
IlrTestingException(String s, Throwable throwable)
          Creates an exception with the passed message and cause.
IlrTestingException(Throwable throwable)
          Creates an exception with the passed cause.
 
Method Summary
 String getMessages()
          Return the messages.
 
Methods inherited from class ilog.rules.res.util.IlrSerializableException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlrTestingException

public IlrTestingException()
Creates an exception without parameters.


IlrTestingException

public IlrTestingException(String s)
Creates an exception with a specific message.

Parameters:
s - The message.

IlrTestingException

public IlrTestingException(String s,
                           Throwable throwable)
Creates an exception with the passed message and cause.

Parameters:
s - The message.
throwable - The cause.

IlrTestingException

public IlrTestingException(Throwable throwable)
Creates an exception with the passed cause.

Parameters:
throwable - The cause.
Method Detail

getMessages

public String getMessages()
Return the messages.

Returns:
the messages.

Rule Designer API

© Copyright IBM Corp. 1987, 2013