org.hbase.async.generated
Class ErrorHandlingPB.StackTraceElementMessage

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by org.hbase.async.generated.ErrorHandlingPB.StackTraceElementMessage
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Serializable, ErrorHandlingPB.StackTraceElementMessageOrBuilder
Enclosing class:
ErrorHandlingPB

public static final class ErrorHandlingPB.StackTraceElementMessage
extends com.google.protobuf.GeneratedMessageLite
implements ErrorHandlingPB.StackTraceElementMessageOrBuilder

Protobuf type StackTraceElementMessage


 Protobuf version of a java.lang.StackTraceElement
 so we can serialize exceptions.
 

See Also:
Serialized Form

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

PARSER

public static com.google.protobuf.Parser<ErrorHandlingPB.StackTraceElementMessage> PARSER

DECLARING_CLASS_FIELD_NUMBER

public static final int DECLARING_CLASS_FIELD_NUMBER
See Also:
Constant Field Values

METHOD_NAME_FIELD_NUMBER

public static final int METHOD_NAME_FIELD_NUMBER
See Also:
Constant Field Values

FILE_NAME_FIELD_NUMBER

public static final int FILE_NAME_FIELD_NUMBER
See Also:
Constant Field Values

LINE_NUMBER_FIELD_NUMBER

public static final int LINE_NUMBER_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ErrorHandlingPB.StackTraceElementMessage getDefaultInstance()

getDefaultInstanceForType

public ErrorHandlingPB.StackTraceElementMessage getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

public com.google.protobuf.Parser<ErrorHandlingPB.StackTraceElementMessage> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasDeclaringClass

public boolean hasDeclaringClass()
optional string declaring_class = 1;

Specified by:
hasDeclaringClass in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

getDeclaringClass

public String getDeclaringClass()
optional string declaring_class = 1;

Specified by:
getDeclaringClass in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

getDeclaringClassBytes

public com.google.protobuf.ByteString getDeclaringClassBytes()
optional string declaring_class = 1;

Specified by:
getDeclaringClassBytes in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

hasMethodName

public boolean hasMethodName()
optional string method_name = 2;

Specified by:
hasMethodName in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

getMethodName

public String getMethodName()
optional string method_name = 2;

Specified by:
getMethodName in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

getMethodNameBytes

public com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 2;

Specified by:
getMethodNameBytes in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

hasFileName

public boolean hasFileName()
optional string file_name = 3;

Specified by:
hasFileName in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

getFileName

public String getFileName()
optional string file_name = 3;

Specified by:
getFileName in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

getFileNameBytes

public com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;

Specified by:
getFileNameBytes in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

hasLineNumber

public boolean hasLineNumber()
optional int32 line_number = 4;

Specified by:
hasLineNumber in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

getLineNumber

public int getLineNumber()
optional int32 line_number = 4;

Specified by:
getLineNumber in interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
ObjectStreamException

parseFrom

public static ErrorHandlingPB.StackTraceElementMessage parseFrom(com.google.protobuf.ByteString data)
                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ErrorHandlingPB.StackTraceElementMessage parseFrom(com.google.protobuf.ByteString data,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ErrorHandlingPB.StackTraceElementMessage parseFrom(byte[] data)
                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ErrorHandlingPB.StackTraceElementMessage parseFrom(byte[] data,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ErrorHandlingPB.StackTraceElementMessage parseFrom(InputStream input)
                                                          throws IOException
Throws:
IOException

parseFrom

public static ErrorHandlingPB.StackTraceElementMessage parseFrom(InputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws IOException
Throws:
IOException

parseDelimitedFrom

public static ErrorHandlingPB.StackTraceElementMessage parseDelimitedFrom(InputStream input)
                                                                   throws IOException
Throws:
IOException

parseDelimitedFrom

public static ErrorHandlingPB.StackTraceElementMessage parseDelimitedFrom(InputStream input,
                                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                   throws IOException
Throws:
IOException

parseFrom

public static ErrorHandlingPB.StackTraceElementMessage parseFrom(com.google.protobuf.CodedInputStream input)
                                                          throws IOException
Throws:
IOException

parseFrom

public static ErrorHandlingPB.StackTraceElementMessage parseFrom(com.google.protobuf.CodedInputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws IOException
Throws:
IOException

newBuilder

public static ErrorHandlingPB.StackTraceElementMessage.Builder newBuilder()

newBuilderForType

public ErrorHandlingPB.StackTraceElementMessage.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static ErrorHandlingPB.StackTraceElementMessage.Builder newBuilder(ErrorHandlingPB.StackTraceElementMessage prototype)

toBuilder

public ErrorHandlingPB.StackTraceElementMessage.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite


Copyright © 2010-2015, The Async HBase Authors