public static final class ErrorHandlingProtos.GenericExceptionMessage extends com.google.protobuf.GeneratedMessage implements ErrorHandlingProtos.GenericExceptionMessageOrBuilder
GenericExceptionMessage
Cause of a remote failure for a generic exception. Contains all the information for a generic exception as well as optional info about the error for generic info passing (which should be another protobuffed class).
Modifier and Type | Class and Description |
---|---|
static class |
ErrorHandlingProtos.GenericExceptionMessage.Builder
Protobuf type
GenericExceptionMessage |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
CLASS_NAME_FIELD_NUMBER |
static int |
ERROR_INFO_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static com.google.protobuf.Parser<ErrorHandlingProtos.GenericExceptionMessage> |
PARSER |
static int |
TRACE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClassName()
optional string class_name = 1; |
com.google.protobuf.ByteString |
getClassNameBytes()
optional string class_name = 1; |
static ErrorHandlingProtos.GenericExceptionMessage |
getDefaultInstance() |
ErrorHandlingProtos.GenericExceptionMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getErrorInfo()
optional bytes error_info = 3; |
String |
getMessage()
optional string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 2; |
com.google.protobuf.Parser<ErrorHandlingProtos.GenericExceptionMessage> |
getParserForType() |
int |
getSerializedSize() |
ErrorHandlingProtos.StackTraceElementMessage |
getTrace(int index)
repeated .StackTraceElementMessage trace = 4; |
int |
getTraceCount()
repeated .StackTraceElementMessage trace = 4; |
List<ErrorHandlingProtos.StackTraceElementMessage> |
getTraceList()
repeated .StackTraceElementMessage trace = 4; |
ErrorHandlingProtos.StackTraceElementMessageOrBuilder |
getTraceOrBuilder(int index)
repeated .StackTraceElementMessage trace = 4; |
List<? extends ErrorHandlingProtos.StackTraceElementMessageOrBuilder> |
getTraceOrBuilderList()
repeated .StackTraceElementMessage trace = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClassName()
optional string class_name = 1; |
boolean |
hasErrorInfo()
optional bytes error_info = 3; |
int |
hashCode() |
boolean |
hasMessage()
optional string message = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ErrorHandlingProtos.GenericExceptionMessage.Builder |
newBuilder() |
static ErrorHandlingProtos.GenericExceptionMessage.Builder |
newBuilder(ErrorHandlingProtos.GenericExceptionMessage prototype) |
ErrorHandlingProtos.GenericExceptionMessage.Builder |
newBuilderForType() |
protected ErrorHandlingProtos.GenericExceptionMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ErrorHandlingProtos.GenericExceptionMessage |
parseDelimitedFrom(InputStream input) |
static ErrorHandlingProtos.GenericExceptionMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorHandlingProtos.GenericExceptionMessage |
parseFrom(byte[] data) |
static ErrorHandlingProtos.GenericExceptionMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorHandlingProtos.GenericExceptionMessage |
parseFrom(com.google.protobuf.ByteString data) |
static ErrorHandlingProtos.GenericExceptionMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorHandlingProtos.GenericExceptionMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ErrorHandlingProtos.GenericExceptionMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorHandlingProtos.GenericExceptionMessage |
parseFrom(InputStream input) |
static ErrorHandlingProtos.GenericExceptionMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ErrorHandlingProtos.GenericExceptionMessage.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<ErrorHandlingProtos.GenericExceptionMessage> PARSER
public static final int CLASS_NAME_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
public static final int ERROR_INFO_FIELD_NUMBER
public static final int TRACE_FIELD_NUMBER
public static ErrorHandlingProtos.GenericExceptionMessage getDefaultInstance()
public ErrorHandlingProtos.GenericExceptionMessage getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ErrorHandlingProtos.GenericExceptionMessage> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasClassName()
optional string class_name = 1;
hasClassName
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public String getClassName()
optional string class_name = 1;
getClassName
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 1;
getClassNameBytes
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public boolean hasMessage()
optional string message = 2;
hasMessage
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public String getMessage()
optional string message = 2;
getMessage
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public com.google.protobuf.ByteString getMessageBytes()
optional string message = 2;
getMessageBytes
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public boolean hasErrorInfo()
optional bytes error_info = 3;
hasErrorInfo
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public com.google.protobuf.ByteString getErrorInfo()
optional bytes error_info = 3;
getErrorInfo
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public List<ErrorHandlingProtos.StackTraceElementMessage> getTraceList()
repeated .StackTraceElementMessage trace = 4;
getTraceList
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public List<? extends ErrorHandlingProtos.StackTraceElementMessageOrBuilder> getTraceOrBuilderList()
repeated .StackTraceElementMessage trace = 4;
getTraceOrBuilderList
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public int getTraceCount()
repeated .StackTraceElementMessage trace = 4;
getTraceCount
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public ErrorHandlingProtos.StackTraceElementMessage getTrace(int index)
repeated .StackTraceElementMessage trace = 4;
getTrace
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public ErrorHandlingProtos.StackTraceElementMessageOrBuilder getTraceOrBuilder(int index)
repeated .StackTraceElementMessage trace = 4;
getTraceOrBuilder
in interface ErrorHandlingProtos.GenericExceptionMessageOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ErrorHandlingProtos.GenericExceptionMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ErrorHandlingProtos.GenericExceptionMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ErrorHandlingProtos.GenericExceptionMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ErrorHandlingProtos.GenericExceptionMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ErrorHandlingProtos.GenericExceptionMessage parseFrom(InputStream input) throws IOException
IOException
public static ErrorHandlingProtos.GenericExceptionMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ErrorHandlingProtos.GenericExceptionMessage parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ErrorHandlingProtos.GenericExceptionMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ErrorHandlingProtos.GenericExceptionMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ErrorHandlingProtos.GenericExceptionMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ErrorHandlingProtos.GenericExceptionMessage.Builder newBuilder()
public ErrorHandlingProtos.GenericExceptionMessage.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ErrorHandlingProtos.GenericExceptionMessage.Builder newBuilder(ErrorHandlingProtos.GenericExceptionMessage prototype)
public ErrorHandlingProtos.GenericExceptionMessage.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ErrorHandlingProtos.GenericExceptionMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.