Class RetePatternBuildException

All Implemented Interfaces:
Serializable

public class RetePatternBuildException extends QueryProcessingException
A problem has occurred during the construction of the RETE net.
See Also:
  • Constructor Details

    • RetePatternBuildException

      public RetePatternBuildException(String message, String[] context, String shortMessage, Object patternDescription)
      Parameters:
      message - The template of the exception message
      context - The data elements to be used to instantiate the template. Can be null if no context parameter is defined
      patternDescription - the PatternDescription where the exception occurred
    • RetePatternBuildException

      public RetePatternBuildException(String message, String[] context, String shortMessage, Object patternDescription, Throwable cause)
      Parameters:
      message - The template of the exception message
      context - The data elements to be used to instantiate the template. Can be null if no context parameter is defined
      patternDescription - the PatternDescription where the exception occurred