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 StackFrameStackFrame. setDeclaringClass(String declaringClass)StackFrameStackFrame. setFileName(String fileName)StackFrameStackFrame. setLineNumber(Long lineNumber)StackFrameStackFrame. 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 SerializedExceptionSerializedException. setStack(Collection<StackFrame> stack)
-