Class TreeEngineErrorCodes

java.lang.Object
com.aquima.interactions.dtree.ds.TreeEngineErrorCodes

public final class TreeEngineErrorCodes extends Object
This class defines the various initialization errors that may occur when creating a decision tree from data source.
Since:
5.1
Author:
O. Kerpershoek
  • Field Details

    • DECISIONTREEERROR

      public static final ErrorCode DECISIONTREEERROR
      This error code is used to indicate an unexpected error has occurred while loading the decision tree.
    • INVALIDCONDITION

      public static final ErrorCode INVALIDCONDITION
      This error code is used to indicate a node condition could not be parsed.
    • INVALIDVALUE

      public static final ErrorCode INVALIDVALUE
      This error code is used to indicate a node value could not be parsed.
    • UNKNOWNENTITY

      public static final ErrorCode UNKNOWNENTITY
      This error code is used to indicate a node references an unknown entity.
    • UNKNOWNATTRIBUTE

      public static final ErrorCode UNKNOWNATTRIBUTE
      This error code is used to indicate a node references an unknown attribute.
    • UNKNOWNASSET

      public static final ErrorCode UNKNOWNASSET
      This error code is used to indicate a node references an unknown asset.
    • UNKNOWNASSETFORMAT

      public static final ErrorCode UNKNOWNASSETFORMAT
      This error code is used to indicate a node references an unknown asset format.
    • UNKNOWNCONTAINER

      public static final ErrorCode UNKNOWNCONTAINER
      This error code is used to indicate a node references an unknown asset.
    • UNKNOWN_ATTR_ACTION_VALUE

      public static final ErrorCode UNKNOWN_ATTR_ACTION_VALUE
      This error code is used to indicate a node has no value expression. (tree-name, node-attribute-name)
    • NODE_AFTER_TREE

      public static final ErrorCode NODE_AFTER_TREE
      This error code is used to indicate a node was present after a sub tree node.
    • MULTIPLE_NODES_AFTER_SOLUTION

      public static final ErrorCode MULTIPLE_NODES_AFTER_SOLUTION
      This error code is used to indicate a node was present after a sub tree node.
    • MISSING_SYMPTOM_TEXT

      public static final ErrorCode MISSING_SYMPTOM_TEXT
      This error code is used to indicate a symptom text is not available.