Class TagExecutionError
- java.lang.Object
-
- com.inductiveautomation.ignition.common.sqltags.exceptions.TagExecutionError
-
public class TagExecutionError extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TagExecutionError(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, java.lang.String message)
TagExecutionError(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, java.lang.String message, java.lang.String details)
TagExecutionError(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, java.lang.String message, java.lang.Throwable err)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDetails()
java.lang.Throwable
getError()
ErrorLifecycle
getLifeCycle()
java.lang.String
getMessage()
ErrorObjectType
getObjectType()
ErrorSeverity
getSeverity()
RuntimeAttributesProvider
getSourceObject()
-
-
-
Constructor Detail
-
TagExecutionError
public TagExecutionError(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, java.lang.String message)
-
TagExecutionError
public TagExecutionError(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, java.lang.String message, java.lang.Throwable err)
-
TagExecutionError
public TagExecutionError(RuntimeAttributesProvider source, ErrorObjectType objType, ErrorSeverity severity, ErrorLifecycle lifeCycle, java.lang.String message, java.lang.String details)
-
-
Method Detail
-
getSeverity
public ErrorSeverity getSeverity()
-
getLifeCycle
public ErrorLifecycle getLifeCycle()
-
getMessage
public java.lang.String getMessage()
-
getDetails
public java.lang.String getDetails()
-
getError
public java.lang.Throwable getError()
-
getSourceObject
public RuntimeAttributesProvider getSourceObject()
-
getObjectType
public ErrorObjectType getObjectType()
-
-