Uses of Class
com.google.devtools.build.lib.server.FailureDetails.Throwable
-
Packages that use FailureDetails.Throwable Package Description com.google.devtools.build.lib.server -
-
Uses of FailureDetails.Throwable in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.Throwable Modifier and Type Method Description FailureDetails.ThrowableFailureDetails.Throwable.Builder. build()FailureDetails.ThrowableFailureDetails.Throwable.Builder. buildPartial()FailureDetails.ThrowableFailureDetails.Crash.Builder. getCauses(int index)The cause chain of the crash, with the outermost throwable first.FailureDetails.ThrowableFailureDetails.Crash. getCauses(int index)The cause chain of the crash, with the outermost throwable first.FailureDetails.ThrowableFailureDetails.CrashOrBuilder. getCauses(int index)The cause chain of the crash, with the outermost throwable first.static FailureDetails.ThrowableFailureDetails.Throwable. getDefaultInstance()FailureDetails.ThrowableFailureDetails.Throwable.Builder. getDefaultInstanceForType()FailureDetails.ThrowableFailureDetails.Throwable. getDefaultInstanceForType()static FailureDetails.ThrowableFailureDetails.Throwable. parseDelimitedFrom(java.io.InputStream input)static FailureDetails.ThrowableFailureDetails.Throwable. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FailureDetails.ThrowableFailureDetails.Throwable. parseFrom(byte[] data)static FailureDetails.ThrowableFailureDetails.Throwable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FailureDetails.ThrowableFailureDetails.Throwable. parseFrom(com.google.protobuf.ByteString data)static FailureDetails.ThrowableFailureDetails.Throwable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FailureDetails.ThrowableFailureDetails.Throwable. parseFrom(com.google.protobuf.CodedInputStream input)static FailureDetails.ThrowableFailureDetails.Throwable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FailureDetails.ThrowableFailureDetails.Throwable. parseFrom(java.io.InputStream input)static FailureDetails.ThrowableFailureDetails.Throwable. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FailureDetails.ThrowableFailureDetails.Throwable. parseFrom(java.nio.ByteBuffer data)static FailureDetails.ThrowableFailureDetails.Throwable. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.build.lib.server that return types with arguments of type FailureDetails.Throwable Modifier and Type Method Description java.util.List<FailureDetails.Throwable>FailureDetails.Crash.Builder. getCausesList()The cause chain of the crash, with the outermost throwable first.java.util.List<FailureDetails.Throwable>FailureDetails.Crash. getCausesList()The cause chain of the crash, with the outermost throwable first.java.util.List<FailureDetails.Throwable>FailureDetails.CrashOrBuilder. getCausesList()The cause chain of the crash, with the outermost throwable first.com.google.protobuf.Parser<FailureDetails.Throwable>FailureDetails.Throwable. getParserForType()static com.google.protobuf.Parser<FailureDetails.Throwable>FailureDetails.Throwable. parser()Methods in com.google.devtools.build.lib.server with parameters of type FailureDetails.Throwable Modifier and Type Method Description FailureDetails.Crash.BuilderFailureDetails.Crash.Builder. addCauses(int index, FailureDetails.Throwable value)The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.BuilderFailureDetails.Crash.Builder. addCauses(FailureDetails.Throwable value)The cause chain of the crash, with the outermost throwable first.FailureDetails.Throwable.BuilderFailureDetails.Throwable.Builder. mergeFrom(FailureDetails.Throwable other)static FailureDetails.Throwable.BuilderFailureDetails.Throwable. newBuilder(FailureDetails.Throwable prototype)FailureDetails.Crash.BuilderFailureDetails.Crash.Builder. setCauses(int index, FailureDetails.Throwable value)The cause chain of the crash, with the outermost throwable first.Method parameters in com.google.devtools.build.lib.server with type arguments of type FailureDetails.Throwable Modifier and Type Method Description FailureDetails.Crash.BuilderFailureDetails.Crash.Builder. addAllCauses(java.lang.Iterable<? extends FailureDetails.Throwable> values)The cause chain of the crash, with the outermost throwable first.
-