Class ContainerFormats.Throwable

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.remote.ContainerFormats.Throwable
All Implemented Interfaces:
Serializable, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder, ContainerFormats.ThrowableOrBuilder
Enclosing class:
ContainerFormats

public static final class ContainerFormats.Throwable extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ContainerFormats.ThrowableOrBuilder
Protobuf type Throwable
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • hasClassName

      public boolean hasClassName()
      required string className = 1;
      Specified by:
      hasClassName in interface ContainerFormats.ThrowableOrBuilder
      Returns:
      Whether the className field is set.
    • getClassName

      public String getClassName()
      required string className = 1;
      Specified by:
      getClassName in interface ContainerFormats.ThrowableOrBuilder
      Returns:
      The className.
    • getClassNameBytes

      public org.apache.pekko.protobufv3.internal.ByteString getClassNameBytes()
      required string className = 1;
      Specified by:
      getClassNameBytes in interface ContainerFormats.ThrowableOrBuilder
      Returns:
      The bytes for className.
    • hasMessage

      public boolean hasMessage()
      optional string message = 2;
      Specified by:
      hasMessage in interface ContainerFormats.ThrowableOrBuilder
      Returns:
      Whether the message field is set.
    • getMessage

      public String getMessage()
      optional string message = 2;
      Specified by:
      getMessage in interface ContainerFormats.ThrowableOrBuilder
      Returns:
      The message.
    • getMessageBytes

      public org.apache.pekko.protobufv3.internal.ByteString getMessageBytes()
      optional string message = 2;
      Specified by:
      getMessageBytes in interface ContainerFormats.ThrowableOrBuilder
      Returns:
      The bytes for message.
    • hasCause

      public boolean hasCause()
      optional .Payload cause = 3;
      Specified by:
      hasCause in interface ContainerFormats.ThrowableOrBuilder
      Returns:
      Whether the cause field is set.
    • getCause

      public ContainerFormats.Payload getCause()
      optional .Payload cause = 3;
      Specified by:
      getCause in interface ContainerFormats.ThrowableOrBuilder
      Returns:
      The cause.
    • getCauseOrBuilder

      public ContainerFormats.PayloadOrBuilder getCauseOrBuilder()
      optional .Payload cause = 3;
      Specified by:
      getCauseOrBuilder in interface ContainerFormats.ThrowableOrBuilder
    • getStackTraceList

      public List<ContainerFormats.StackTraceElement> getStackTraceList()
      repeated .StackTraceElement stackTrace = 4;
      Specified by:
      getStackTraceList in interface ContainerFormats.ThrowableOrBuilder
    • getStackTraceOrBuilderList

      public List<? extends ContainerFormats.StackTraceElementOrBuilder> getStackTraceOrBuilderList()
      repeated .StackTraceElement stackTrace = 4;
      Specified by:
      getStackTraceOrBuilderList in interface ContainerFormats.ThrowableOrBuilder
    • getStackTraceCount

      public int getStackTraceCount()
      repeated .StackTraceElement stackTrace = 4;
      Specified by:
      getStackTraceCount in interface ContainerFormats.ThrowableOrBuilder
    • getStackTrace

      public ContainerFormats.StackTraceElement getStackTrace(int index)
      repeated .StackTraceElement stackTrace = 4;
      Specified by:
      getStackTrace in interface ContainerFormats.ThrowableOrBuilder
    • getStackTraceOrBuilder

      public ContainerFormats.StackTraceElementOrBuilder getStackTraceOrBuilder(int index)
      repeated .StackTraceElement stackTrace = 4;
      Specified by:
      getStackTraceOrBuilder in interface ContainerFormats.ThrowableOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static ContainerFormats.Throwable parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.Throwable parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.Throwable parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.Throwable parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.Throwable parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.Throwable parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.Throwable parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContainerFormats.Throwable parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ContainerFormats.Throwable parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ContainerFormats.Throwable parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContainerFormats.Throwable parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContainerFormats.Throwable parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ContainerFormats.Throwable.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

      public static ContainerFormats.Throwable.Builder newBuilder()
    • newBuilder

      public static ContainerFormats.Throwable.Builder newBuilder(ContainerFormats.Throwable prototype)
    • toBuilder

      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected ContainerFormats.Throwable.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static ContainerFormats.Throwable getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<ContainerFormats.Throwable> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<ContainerFormats.Throwable> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public ContainerFormats.Throwable getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder