public static final class ContainerFormats.Throwable extends akka.protobuf.GeneratedMessage implements ContainerFormats.ThrowableOrBuilder
Throwable| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerFormats.Throwable.Builder
Protobuf type
Throwable |
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
CAUSE_FIELD_NUMBER |
static int |
CLASSNAME_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static akka.protobuf.Parser<ContainerFormats.Throwable> |
PARSER |
static int |
STACKTRACE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
ContainerFormats.Payload |
getCause()
optional .Payload cause = 3; |
ContainerFormats.PayloadOrBuilder |
getCauseOrBuilder()
optional .Payload cause = 3; |
java.lang.String |
getClassName()
required string className = 1; |
akka.protobuf.ByteString |
getClassNameBytes()
required string className = 1; |
static ContainerFormats.Throwable |
getDefaultInstance() |
ContainerFormats.Throwable |
getDefaultInstanceForType() |
static akka.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getMessage()
optional string message = 2; |
akka.protobuf.ByteString |
getMessageBytes()
optional string message = 2; |
akka.protobuf.Parser<ContainerFormats.Throwable> |
getParserForType() |
int |
getSerializedSize() |
ContainerFormats.StackTraceElement |
getStackTrace(int index)
repeated .StackTraceElement stackTrace = 4; |
int |
getStackTraceCount()
repeated .StackTraceElement stackTrace = 4; |
java.util.List<ContainerFormats.StackTraceElement> |
getStackTraceList()
repeated .StackTraceElement stackTrace = 4; |
ContainerFormats.StackTraceElementOrBuilder |
getStackTraceOrBuilder(int index)
repeated .StackTraceElement stackTrace = 4; |
java.util.List<? extends ContainerFormats.StackTraceElementOrBuilder> |
getStackTraceOrBuilderList()
repeated .StackTraceElement stackTrace = 4; |
akka.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCause()
optional .Payload cause = 3; |
boolean |
hasClassName()
required string className = 1; |
boolean |
hasMessage()
optional string message = 2; |
protected akka.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ContainerFormats.Throwable.Builder |
newBuilder() |
static ContainerFormats.Throwable.Builder |
newBuilder(ContainerFormats.Throwable prototype) |
ContainerFormats.Throwable.Builder |
newBuilderForType() |
protected ContainerFormats.Throwable.Builder |
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent) |
static ContainerFormats.Throwable |
parseDelimitedFrom(java.io.InputStream input) |
static ContainerFormats.Throwable |
parseDelimitedFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerFormats.Throwable |
parseFrom(byte[] data) |
static ContainerFormats.Throwable |
parseFrom(byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerFormats.Throwable |
parseFrom(akka.protobuf.ByteString data) |
static ContainerFormats.Throwable |
parseFrom(akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerFormats.Throwable |
parseFrom(akka.protobuf.CodedInputStream input) |
static ContainerFormats.Throwable |
parseFrom(akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerFormats.Throwable |
parseFrom(java.io.InputStream input) |
static ContainerFormats.Throwable |
parseFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
ContainerFormats.Throwable.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(akka.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static akka.protobuf.Parser<ContainerFormats.Throwable> PARSER
public static final int CLASSNAME_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
public static final int CAUSE_FIELD_NUMBER
public static final int STACKTRACE_FIELD_NUMBER
public static ContainerFormats.Throwable getDefaultInstance()
public ContainerFormats.Throwable getDefaultInstanceForType()
getDefaultInstanceForType in interface akka.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface akka.protobuf.MessageOrBuilderpublic final akka.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface akka.protobuf.MessageOrBuildergetUnknownFields in class akka.protobuf.GeneratedMessagepublic static final akka.protobuf.Descriptors.Descriptor getDescriptor()
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class akka.protobuf.GeneratedMessagepublic akka.protobuf.Parser<ContainerFormats.Throwable> getParserForType()
getParserForType in interface akka.protobuf.MessagegetParserForType in interface akka.protobuf.MessageLitegetParserForType in class akka.protobuf.GeneratedMessagepublic boolean hasClassName()
required string className = 1;hasClassName in interface ContainerFormats.ThrowableOrBuilderpublic java.lang.String getClassName()
required string className = 1;getClassName in interface ContainerFormats.ThrowableOrBuilderpublic akka.protobuf.ByteString getClassNameBytes()
required string className = 1;getClassNameBytes in interface ContainerFormats.ThrowableOrBuilderpublic boolean hasMessage()
optional string message = 2;hasMessage in interface ContainerFormats.ThrowableOrBuilderpublic java.lang.String getMessage()
optional string message = 2;getMessage in interface ContainerFormats.ThrowableOrBuilderpublic akka.protobuf.ByteString getMessageBytes()
optional string message = 2;getMessageBytes in interface ContainerFormats.ThrowableOrBuilderpublic boolean hasCause()
optional .Payload cause = 3;hasCause in interface ContainerFormats.ThrowableOrBuilderpublic ContainerFormats.Payload getCause()
optional .Payload cause = 3;getCause in interface ContainerFormats.ThrowableOrBuilderpublic ContainerFormats.PayloadOrBuilder getCauseOrBuilder()
optional .Payload cause = 3;getCauseOrBuilder in interface ContainerFormats.ThrowableOrBuilderpublic java.util.List<ContainerFormats.StackTraceElement> getStackTraceList()
repeated .StackTraceElement stackTrace = 4;getStackTraceList in interface ContainerFormats.ThrowableOrBuilderpublic java.util.List<? extends ContainerFormats.StackTraceElementOrBuilder> getStackTraceOrBuilderList()
repeated .StackTraceElement stackTrace = 4;getStackTraceOrBuilderList in interface ContainerFormats.ThrowableOrBuilderpublic int getStackTraceCount()
repeated .StackTraceElement stackTrace = 4;getStackTraceCount in interface ContainerFormats.ThrowableOrBuilderpublic ContainerFormats.StackTraceElement getStackTrace(int index)
repeated .StackTraceElement stackTrace = 4;getStackTrace in interface ContainerFormats.ThrowableOrBuilderpublic ContainerFormats.StackTraceElementOrBuilder getStackTraceOrBuilder(int index)
repeated .StackTraceElement stackTrace = 4;getStackTraceOrBuilder in interface ContainerFormats.ThrowableOrBuilderpublic final boolean isInitialized()
isInitialized in interface akka.protobuf.MessageLiteOrBuilderisInitialized in class akka.protobuf.GeneratedMessagepublic void writeTo(akka.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface akka.protobuf.MessageLitewriteTo in class akka.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface akka.protobuf.MessageLitegetSerializedSize in class akka.protobuf.AbstractMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class akka.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static ContainerFormats.Throwable parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static ContainerFormats.Throwable parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static ContainerFormats.Throwable parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static ContainerFormats.Throwable parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static ContainerFormats.Throwable parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ContainerFormats.Throwable parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ContainerFormats.Throwable parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ContainerFormats.Throwable parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ContainerFormats.Throwable parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ContainerFormats.Throwable parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ContainerFormats.Throwable.Builder newBuilder()
public ContainerFormats.Throwable.Builder newBuilderForType()
newBuilderForType in interface akka.protobuf.MessagenewBuilderForType in interface akka.protobuf.MessageLitepublic static ContainerFormats.Throwable.Builder newBuilder(ContainerFormats.Throwable prototype)
public ContainerFormats.Throwable.Builder toBuilder()
toBuilder in interface akka.protobuf.MessagetoBuilder in interface akka.protobuf.MessageLiteprotected ContainerFormats.Throwable.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class akka.protobuf.GeneratedMessage