Class InvalidQualifiedPathException

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

public class InvalidQualifiedPathException extends RuntimeException
This exception is used to indicate that the qualified path is not valid for the attempted use. There can be multiple situations: path cannot be parsed, path is not correctly qualified, or the expected part is missing.
See Also:
  • Constructor Details

    • InvalidQualifiedPathException

      public InvalidQualifiedPathException(String badPath)
      "Invalid qualified path, cannot parse"
    • InvalidQualifiedPathException

      public InvalidQualifiedPathException(QualifiedPath path)
      "Invalid path for the operation"
    • InvalidQualifiedPathException

      public InvalidQualifiedPathException(QualifiedPath path, String desiredId)
      "Invalid path, missing component"