ilog.rules.engine

Class IlrUserActionException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • ilog.rules.engine.IlrUserActionException
    • Constructor Summary

      Constructors 
      Constructor and Description
      IlrUserActionException(java.lang.Object object)
      Constructs an exception using an object.
      IlrUserActionException(java.lang.String message, java.lang.Object object)
      Constructs an exception using a message and an object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object getObject()
      Gets the objects used to construct this exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • IlrUserActionException

        public IlrUserActionException(java.lang.Object object)

        Constructs an exception using an object.

        Parameters:
        object - An object.
      • IlrUserActionException

        public IlrUserActionException(java.lang.String message,
                              java.lang.Object object)

        Constructs an exception using a message and an object.

        Parameters:
        message - A message.
        object - An object.
    • Method Detail

      • getObject

        public final java.lang.Object getObject()

        Gets the objects used to construct this exception.

        Returns:
        an object.

© Copyright IBM Corp. 1987, 2015