Class TagExecutionError
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.exceptions.TagExecutionError
-
Constructor Summary
ConstructorsConstructorDescriptionTagExecutionError
(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, String message) TagExecutionError
(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, String message, String details) TagExecutionError
(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, String message, Throwable err) -
Method Summary
-
Constructor Details
-
TagExecutionError
public TagExecutionError(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, String message) -
TagExecutionError
public TagExecutionError(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, String message, Throwable err) -
TagExecutionError
public TagExecutionError(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, String message, String details)
-
-
Method Details
-
getSeverity
-
getLifeCycle
-
getMessage
-
getDetails
-
getError
-
getSourceObject
-
getObjectType
-