public static final class ErrorHandlingPB.StackTraceElementMessage extends com.google.protobuf.GeneratedMessageLite implements ErrorHandlingPB.StackTraceElementMessageOrBuilder
StackTraceElementMessage
Protobuf version of a java.lang.StackTraceElement so we can serialize exceptions.
Modifier and Type | Class and Description |
---|---|
static class |
ErrorHandlingPB.StackTraceElementMessage.Builder
Protobuf type
StackTraceElementMessage |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
Modifier and Type | Field and Description |
---|---|
static int |
DECLARING_CLASS_FIELD_NUMBER |
static int |
FILE_NAME_FIELD_NUMBER |
static int |
LINE_NUMBER_FIELD_NUMBER |
static int |
METHOD_NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<ErrorHandlingPB.StackTraceElementMessage> |
PARSER |
Modifier and Type | Method and Description |
---|---|
String |
getDeclaringClass()
optional string declaring_class = 1; |
com.google.protobuf.ByteString |
getDeclaringClassBytes()
optional string declaring_class = 1; |
static ErrorHandlingPB.StackTraceElementMessage |
getDefaultInstance() |
ErrorHandlingPB.StackTraceElementMessage |
getDefaultInstanceForType() |
String |
getFileName()
optional string file_name = 3; |
com.google.protobuf.ByteString |
getFileNameBytes()
optional string file_name = 3; |
int |
getLineNumber()
optional int32 line_number = 4; |
String |
getMethodName()
optional string method_name = 2; |
com.google.protobuf.ByteString |
getMethodNameBytes()
optional string method_name = 2; |
com.google.protobuf.Parser<ErrorHandlingPB.StackTraceElementMessage> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasDeclaringClass()
optional string declaring_class = 1; |
boolean |
hasFileName()
optional string file_name = 3; |
boolean |
hasLineNumber()
optional int32 line_number = 4; |
boolean |
hasMethodName()
optional string method_name = 2; |
boolean |
isInitialized() |
static ErrorHandlingPB.StackTraceElementMessage.Builder |
newBuilder() |
static ErrorHandlingPB.StackTraceElementMessage.Builder |
newBuilder(ErrorHandlingPB.StackTraceElementMessage prototype) |
ErrorHandlingPB.StackTraceElementMessage.Builder |
newBuilderForType() |
static ErrorHandlingPB.StackTraceElementMessage |
parseDelimitedFrom(InputStream input) |
static ErrorHandlingPB.StackTraceElementMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorHandlingPB.StackTraceElementMessage |
parseFrom(byte[] data) |
static ErrorHandlingPB.StackTraceElementMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorHandlingPB.StackTraceElementMessage |
parseFrom(com.google.protobuf.ByteString data) |
static ErrorHandlingPB.StackTraceElementMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorHandlingPB.StackTraceElementMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ErrorHandlingPB.StackTraceElementMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorHandlingPB.StackTraceElementMessage |
parseFrom(InputStream input) |
static ErrorHandlingPB.StackTraceElementMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ErrorHandlingPB.StackTraceElementMessage.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<ErrorHandlingPB.StackTraceElementMessage> PARSER
public static final int DECLARING_CLASS_FIELD_NUMBER
public static final int METHOD_NAME_FIELD_NUMBER
public static final int FILE_NAME_FIELD_NUMBER
public static final int LINE_NUMBER_FIELD_NUMBER
public static ErrorHandlingPB.StackTraceElementMessage getDefaultInstance()
public ErrorHandlingPB.StackTraceElementMessage getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ErrorHandlingPB.StackTraceElementMessage> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasDeclaringClass()
optional string declaring_class = 1;
hasDeclaringClass
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public String getDeclaringClass()
optional string declaring_class = 1;
getDeclaringClass
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public com.google.protobuf.ByteString getDeclaringClassBytes()
optional string declaring_class = 1;
getDeclaringClassBytes
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public boolean hasMethodName()
optional string method_name = 2;
hasMethodName
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public String getMethodName()
optional string method_name = 2;
getMethodName
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 2;
getMethodNameBytes
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public boolean hasFileName()
optional string file_name = 3;
hasFileName
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public String getFileName()
optional string file_name = 3;
getFileName
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;
getFileNameBytes
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public boolean hasLineNumber()
optional int32 line_number = 4;
hasLineNumber
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public int getLineNumber()
optional int32 line_number = 4;
getLineNumber
in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ErrorHandlingPB.StackTraceElementMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ErrorHandlingPB.StackTraceElementMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ErrorHandlingPB.StackTraceElementMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ErrorHandlingPB.StackTraceElementMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ErrorHandlingPB.StackTraceElementMessage parseFrom(InputStream input) throws IOException
IOException
public static ErrorHandlingPB.StackTraceElementMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ErrorHandlingPB.StackTraceElementMessage parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ErrorHandlingPB.StackTraceElementMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ErrorHandlingPB.StackTraceElementMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ErrorHandlingPB.StackTraceElementMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ErrorHandlingPB.StackTraceElementMessage.Builder newBuilder()
public ErrorHandlingPB.StackTraceElementMessage.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ErrorHandlingPB.StackTraceElementMessage.Builder newBuilder(ErrorHandlingPB.StackTraceElementMessage prototype)
public ErrorHandlingPB.StackTraceElementMessage.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors