Rule Execution Server API

ilog.rules.archive
Class IlrRulesetArchive.RulesetArchiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ilog.rules.archive.IlrRulesetArchive.RulesetArchiveException
All Implemented Interfaces:
Serializable
Enclosing class:
IlrRulesetArchive

public static class IlrRulesetArchive.RulesetArchiveException
extends RuntimeException

The class of the exception obtained when a problem occurs during the construction or parsing of a ruleset archive.

See Also:
Serialized Form

Method Summary
 String getMessage()
          Returns the error message of the exception.
 
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

getMessage

public String getMessage()
Returns the error message of the exception.

Overrides:
getMessage in class Throwable
Returns:
The error exception message.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013