java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inductiveautomation.ignition.common.sqltags.exceptions.TagNotFoundException
All Implemented Interfaces:
Serializable

public class TagNotFoundException extends RuntimeException
This is a special exception used by the expression tag to indicate that a referenced tag was not found. It will trigger the expression tag to fall back into a "not found error state"
See Also:
  • Constructor Details

    • TagNotFoundException

      public TagNotFoundException(TagPath path)
  • Method Details

    • getPath

      public TagPath getPath()