Uses of Class
com.google.devtools.build.lib.server.FailureDetails.Throwable
Packages that use FailureDetails.Throwable
-
Uses of FailureDetails.Throwable in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.ThrowableModifier and TypeMethodDescriptionFailureDetails.Throwable.Builder.build()FailureDetails.Throwable.Builder.buildPartial()FailureDetails.Crash.Builder.getCauses(int index) The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.getCauses(int index) The cause chain of the crash, with the outermost throwable first.FailureDetails.CrashOrBuilder.getCauses(int index) The cause chain of the crash, with the outermost throwable first.static FailureDetails.ThrowableFailureDetails.Throwable.getDefaultInstance()FailureDetails.Throwable.Builder.getDefaultInstanceForType()FailureDetails.Throwable.getDefaultInstanceForType()static FailureDetails.ThrowableFailureDetails.Throwable.parseDelimitedFrom(InputStream input) static FailureDetails.ThrowableFailureDetails.Throwable.parseDelimitedFrom(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(InputStream input) static FailureDetails.ThrowableFailureDetails.Throwable.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FailureDetails.ThrowableFailureDetails.Throwable.parseFrom(ByteBuffer data) static FailureDetails.ThrowableFailureDetails.Throwable.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.server that return types with arguments of type FailureDetails.ThrowableModifier and TypeMethodDescriptionFailureDetails.Crash.Builder.getCausesList()The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.getCausesList()The cause chain of the crash, with the outermost throwable first.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.ThrowableModifier and TypeMethodDescriptionFailureDetails.Crash.Builder.addCauses(int index, FailureDetails.Throwable value) The cause chain of the crash, with the outermost throwable first.FailureDetails.Crash.Builder.addCauses(FailureDetails.Throwable value) The cause chain of the crash, with the outermost throwable first.FailureDetails.Throwable.Builder.mergeFrom(FailureDetails.Throwable other) FailureDetails.Throwable.newBuilder(FailureDetails.Throwable prototype) FailureDetails.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.ThrowableModifier and TypeMethodDescriptionFailureDetails.Crash.Builder.addAllCauses(Iterable<? extends FailureDetails.Throwable> values) The cause chain of the crash, with the outermost throwable first.