|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.GeneratedMessageLite
org.hbase.async.generated.ErrorHandlingPB.StackTraceElementMessage
public static final class ErrorHandlingPB.StackTraceElementMessage
Protobuf type StackTraceElementMessage
Protobuf version of a java.lang.StackTraceElement so we can serialize exceptions.
| Nested Class Summary | |
|---|---|
static class |
ErrorHandlingPB.StackTraceElementMessage.Builder
Protobuf type StackTraceElementMessage |
| Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite |
|---|
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> |
| Field Summary | |
|---|---|
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
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class com.google.protobuf.GeneratedMessageLite |
|---|
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessageLite |
|---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static ErrorHandlingPB.StackTraceElementMessage getDefaultInstance()
public ErrorHandlingPB.StackTraceElementMessage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ErrorHandlingPB.StackTraceElementMessage> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasDeclaringClass()
optional string declaring_class = 1;
hasDeclaringClass in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic String getDeclaringClass()
optional string declaring_class = 1;
getDeclaringClass in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic com.google.protobuf.ByteString getDeclaringClassBytes()
optional string declaring_class = 1;
getDeclaringClassBytes in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic boolean hasMethodName()
optional string method_name = 2;
hasMethodName in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic String getMethodName()
optional string method_name = 2;
getMethodName in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 2;
getMethodNameBytes in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic boolean hasFileName()
optional string file_name = 3;
hasFileName in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic String getFileName()
optional string file_name = 3;
getFileName in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;
getFileNameBytes in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic boolean hasLineNumber()
optional int32 line_number = 4;
hasLineNumber in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic int getLineNumber()
optional int32 line_number = 4;
getLineNumber in interface ErrorHandlingPB.StackTraceElementMessageOrBuilderpublic 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.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLite
protected Object writeReplace()
throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamException
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
IOExceptionpublic static ErrorHandlingPB.StackTraceElementMessage.Builder newBuilder()
public ErrorHandlingPB.StackTraceElementMessage.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ErrorHandlingPB.StackTraceElementMessage.Builder newBuilder(ErrorHandlingPB.StackTraceElementMessage prototype)
public ErrorHandlingPB.StackTraceElementMessage.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLite
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||