Uses of Class
com.databricks.sdk.service.pipelines.StackFrame
-
Packages that use StackFrame Package Description com.databricks.sdk.service.pipelines -
-
Uses of StackFrame in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return StackFrame Modifier and Type Method Description StackFrame
StackFrame. setDeclaringClass(String declaringClass)
StackFrame
StackFrame. setFileName(String fileName)
StackFrame
StackFrame. setLineNumber(Long lineNumber)
StackFrame
StackFrame. setMethodName(String methodName)
Methods in com.databricks.sdk.service.pipelines that return types with arguments of type StackFrame Modifier and Type Method Description Collection<StackFrame>
SerializedException. getStack()
Method parameters in com.databricks.sdk.service.pipelines with type arguments of type StackFrame Modifier and Type Method Description SerializedException
SerializedException. setStack(Collection<StackFrame> stack)
-