Class InvalidQualifiedPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inductiveautomation.ignition.common.exceptions.InvalidQualifiedPathException
- All Implemented Interfaces:
 Serializable
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 Summary
ConstructorsConstructorDescription"Invalid path for the operation"InvalidQualifiedPathException(QualifiedPath path, String desiredId) "Invalid path, missing component"InvalidQualifiedPathException(String badPath) "Invalid qualified path, cannot parse" - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidQualifiedPathException
"Invalid qualified path, cannot parse" - 
InvalidQualifiedPathException
"Invalid path for the operation" - 
InvalidQualifiedPathException
"Invalid path, missing component" 
 -