Uses of Interface
com.google.devtools.build.lib.server.FailureDetails.ThrowableOrBuilder
-
Packages that use FailureDetails.ThrowableOrBuilder Package Description com.google.devtools.build.lib.server -
-
Uses of FailureDetails.ThrowableOrBuilder in com.google.devtools.build.lib.server
Classes in com.google.devtools.build.lib.server that implement FailureDetails.ThrowableOrBuilder Modifier and Type Class Description static classFailureDetails.ThrowableProtobuf typefailure_details.Throwablestatic classFailureDetails.Throwable.BuilderProtobuf typefailure_details.ThrowableMethods in com.google.devtools.build.lib.server that return FailureDetails.ThrowableOrBuilder Modifier and Type Method Description FailureDetails.ThrowableOrBuilderFailureDetails.Crash.Builder. getCausesOrBuilder(int index)The cause chain of the crash, with the outermost throwable first.FailureDetails.ThrowableOrBuilderFailureDetails.Crash. getCausesOrBuilder(int index)The cause chain of the crash, with the outermost throwable first.FailureDetails.ThrowableOrBuilderFailureDetails.CrashOrBuilder. getCausesOrBuilder(int index)The cause chain of the crash, with the outermost throwable first.Methods in com.google.devtools.build.lib.server that return types with arguments of type FailureDetails.ThrowableOrBuilder Modifier and Type Method Description java.util.List<? extends FailureDetails.ThrowableOrBuilder>FailureDetails.Crash.Builder. getCausesOrBuilderList()The cause chain of the crash, with the outermost throwable first.java.util.List<? extends FailureDetails.ThrowableOrBuilder>FailureDetails.Crash. getCausesOrBuilderList()The cause chain of the crash, with the outermost throwable first.java.util.List<? extends FailureDetails.ThrowableOrBuilder>FailureDetails.CrashOrBuilder. getCausesOrBuilderList()The cause chain of the crash, with the outermost throwable first.
-