ilog.rules.brl.syntaxtree

Class IlrNodePathError

    • Constructor Summary

      Constructors 
      Constructor and Description
      IlrNodePathError(java.lang.String message)
      Constructs an instance of IlrNodePathError with an error message.
      IlrNodePathError(java.lang.String message, java.lang.Object arg)
      Constructs an instance of IlrNodePathError with an error message and an argument.
      IlrNodePathError(java.lang.String message, java.lang.Object[] args)
      Constructs an instance of IlrNodePathError with an error message and several arguments.
      IlrNodePathError(java.lang.String message, java.lang.Object arg1, java.lang.Object arg2)
      Constructs an instance of IlrNodePathError with an error message and two arguments.
    • Method Summary

      • 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

      • IlrNodePathError

        public IlrNodePathError(java.lang.String message)

        Constructs an instance of IlrNodePathError with an error message.

        Parameters:
        message - The error message.
      • IlrNodePathError

        public IlrNodePathError(java.lang.String message,
                        java.lang.Object arg)

        Constructs an instance of IlrNodePathError with an error message and an argument.

        Parameters:
        message - The error message.
        arg - The argument for the error.
      • IlrNodePathError

        public IlrNodePathError(java.lang.String message,
                        java.lang.Object arg1,
                        java.lang.Object arg2)

        Constructs an instance of IlrNodePathError with an error message and two arguments.

        Parameters:
        message - The error message.
        arg1 - The first argument for the error.
        arg2 - The second argument for the error.
      • IlrNodePathError

        public IlrNodePathError(java.lang.String message,
                        java.lang.Object[] args)

        Constructs an instance of IlrNodePathError with an error message and several arguments.

        Parameters:
        message - The error message.
        args - The arguments for the error.

© Copyright IBM Corp. 1987, 2015