com.ibm.rules.engine.util

Class EngineException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.rules.engine.util.EngineException
    • Constructor Summary

      Constructors 
      Constructor and Description
      EngineException(com.ibm.rules.engine.util.Location... locations) 
      EngineException(java.lang.String message, com.ibm.rules.engine.util.Location... locations)
      Creates a new EngineException instance.
      EngineException(java.lang.String message, java.lang.Throwable cause, com.ibm.rules.engine.util.Location... locations)
      Creates a new EngineException instance.
      EngineException(java.lang.Throwable cause, com.ibm.rules.engine.util.Location... locations)
      Creates a new EngineException instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addLocation(com.ibm.rules.engine.util.Location location) 
      java.util.List<com.ibm.rules.engine.util.Location> getLocations() 
      java.lang.String getMessage() 
      java.lang.String getPreviousMesssage() 
      protected void printLocationStackTrace(java.io.PrintWriter s) 
      void printStackTrace(java.io.PrintStream s) 
      void printStackTrace(java.io.PrintWriter s) 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EngineException

        public EngineException(com.ibm.rules.engine.util.Location... locations)
      • EngineException

        public EngineException(java.lang.String message,
                               com.ibm.rules.engine.util.Location... locations)
        Creates a new EngineException instance.
        Parameters:
        message - The exception message.
      • EngineException

        public EngineException(java.lang.String message,
                               java.lang.Throwable cause,
                               com.ibm.rules.engine.util.Location... locations)
        Creates a new EngineException instance.
        Parameters:
        message - The exception message.
        cause - The cause of this exception.
      • EngineException

        public EngineException(java.lang.Throwable cause,
                               com.ibm.rules.engine.util.Location... locations)
        Creates a new EngineException instance.
        Parameters:
        cause - The cause of this exception.
    • Method Detail

      • addLocation

        public void addLocation(com.ibm.rules.engine.util.Location location)
      • printLocationStackTrace

        @GwtIncompatible
        protected void printLocationStackTrace(java.io.PrintWriter s)
      • printStackTrace

        @GwtIncompatible
        public void printStackTrace(java.io.PrintStream s)
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        @GwtIncompatible
        public void printStackTrace(java.io.PrintWriter s)
        Overrides:
        printStackTrace in class java.lang.Throwable
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getPreviousMesssage

        public java.lang.String getPreviousMesssage()
      • getLocations

        public java.util.List<com.ibm.rules.engine.util.Location> getLocations()

© Copyright IBM Corp. 1987, 2021