public static final class LoggingProto.Throwable extends com.google.protobuf.GeneratedMessageV3 implements LoggingProto.ThrowableOrBuilder
de.huxhorn.lilith.logging.Throwable| Modifier and Type | Class and Description |
|---|---|
static class |
LoggingProto.Throwable.Builder
Protobuf type
de.huxhorn.lilith.logging.Throwable |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CAUSE_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static int |
OMITTED_ELEMENTS_FIELD_NUMBER |
static com.google.protobuf.Parser<LoggingProto.Throwable> |
PARSER
Deprecated.
|
static int |
STACK_TRACE_ELEMENT_FIELD_NUMBER |
static int |
SUPPRESSED_FIELD_NUMBER |
static int |
THROWABLE_CLASS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
LoggingProto.Throwable |
getCause()
optional .de.huxhorn.lilith.logging.Throwable cause = 5; |
LoggingProto.ThrowableOrBuilder |
getCauseOrBuilder()
optional .de.huxhorn.lilith.logging.Throwable cause = 5; |
static LoggingProto.Throwable |
getDefaultInstance() |
LoggingProto.Throwable |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getMessage()
optional string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 2; |
int |
getOmittedElements()
optional int32 omitted_elements = 4; |
com.google.protobuf.Parser<LoggingProto.Throwable> |
getParserForType() |
int |
getSerializedSize() |
LoggingProto.StackTraceElement |
getStackTraceElement(int index)
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3; |
int |
getStackTraceElementCount()
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3; |
java.util.List<LoggingProto.StackTraceElement> |
getStackTraceElementList()
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3; |
LoggingProto.StackTraceElementOrBuilder |
getStackTraceElementOrBuilder(int index)
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3; |
java.util.List<? extends LoggingProto.StackTraceElementOrBuilder> |
getStackTraceElementOrBuilderList()
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3; |
LoggingProto.Throwable |
getSuppressed(int index)
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6; |
int |
getSuppressedCount()
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6; |
java.util.List<LoggingProto.Throwable> |
getSuppressedList()
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6; |
LoggingProto.ThrowableOrBuilder |
getSuppressedOrBuilder(int index)
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6; |
java.util.List<? extends LoggingProto.ThrowableOrBuilder> |
getSuppressedOrBuilderList()
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6; |
java.lang.String |
getThrowableClass()
optional string throwable_class = 1; |
com.google.protobuf.ByteString |
getThrowableClassBytes()
optional string throwable_class = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCause()
optional .de.huxhorn.lilith.logging.Throwable cause = 5; |
int |
hashCode() |
boolean |
hasMessage()
optional string message = 2; |
boolean |
hasOmittedElements()
optional int32 omitted_elements = 4; |
boolean |
hasThrowableClass()
optional string throwable_class = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LoggingProto.Throwable.Builder |
newBuilder() |
static LoggingProto.Throwable.Builder |
newBuilder(LoggingProto.Throwable prototype) |
LoggingProto.Throwable.Builder |
newBuilderForType() |
protected LoggingProto.Throwable.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static LoggingProto.Throwable |
parseDelimitedFrom(java.io.InputStream input) |
static LoggingProto.Throwable |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoggingProto.Throwable |
parseFrom(byte[] data) |
static LoggingProto.Throwable |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoggingProto.Throwable |
parseFrom(java.nio.ByteBuffer data) |
static LoggingProto.Throwable |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoggingProto.Throwable |
parseFrom(com.google.protobuf.ByteString data) |
static LoggingProto.Throwable |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoggingProto.Throwable |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LoggingProto.Throwable |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoggingProto.Throwable |
parseFrom(java.io.InputStream input) |
static LoggingProto.Throwable |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<LoggingProto.Throwable> |
parser() |
LoggingProto.Throwable.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int THROWABLE_CLASS_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
public static final int STACK_TRACE_ELEMENT_FIELD_NUMBER
public static final int OMITTED_ELEMENTS_FIELD_NUMBER
public static final int CAUSE_FIELD_NUMBER
public static final int SUPPRESSED_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<LoggingProto.Throwable> PARSER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasThrowableClass()
optional string throwable_class = 1;hasThrowableClass in interface LoggingProto.ThrowableOrBuilderpublic java.lang.String getThrowableClass()
optional string throwable_class = 1;getThrowableClass in interface LoggingProto.ThrowableOrBuilderpublic com.google.protobuf.ByteString getThrowableClassBytes()
optional string throwable_class = 1;getThrowableClassBytes in interface LoggingProto.ThrowableOrBuilderpublic boolean hasMessage()
optional string message = 2;hasMessage in interface LoggingProto.ThrowableOrBuilderpublic java.lang.String getMessage()
optional string message = 2;getMessage in interface LoggingProto.ThrowableOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
optional string message = 2;getMessageBytes in interface LoggingProto.ThrowableOrBuilderpublic java.util.List<LoggingProto.StackTraceElement> getStackTraceElementList()
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;getStackTraceElementList in interface LoggingProto.ThrowableOrBuilderpublic java.util.List<? extends LoggingProto.StackTraceElementOrBuilder> getStackTraceElementOrBuilderList()
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;getStackTraceElementOrBuilderList in interface LoggingProto.ThrowableOrBuilderpublic int getStackTraceElementCount()
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;getStackTraceElementCount in interface LoggingProto.ThrowableOrBuilderpublic LoggingProto.StackTraceElement getStackTraceElement(int index)
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;getStackTraceElement in interface LoggingProto.ThrowableOrBuilderpublic LoggingProto.StackTraceElementOrBuilder getStackTraceElementOrBuilder(int index)
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;getStackTraceElementOrBuilder in interface LoggingProto.ThrowableOrBuilderpublic boolean hasOmittedElements()
optional int32 omitted_elements = 4;hasOmittedElements in interface LoggingProto.ThrowableOrBuilderpublic int getOmittedElements()
optional int32 omitted_elements = 4;getOmittedElements in interface LoggingProto.ThrowableOrBuilderpublic boolean hasCause()
optional .de.huxhorn.lilith.logging.Throwable cause = 5;hasCause in interface LoggingProto.ThrowableOrBuilderpublic LoggingProto.Throwable getCause()
optional .de.huxhorn.lilith.logging.Throwable cause = 5;getCause in interface LoggingProto.ThrowableOrBuilderpublic LoggingProto.ThrowableOrBuilder getCauseOrBuilder()
optional .de.huxhorn.lilith.logging.Throwable cause = 5;getCauseOrBuilder in interface LoggingProto.ThrowableOrBuilderpublic java.util.List<LoggingProto.Throwable> getSuppressedList()
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;getSuppressedList in interface LoggingProto.ThrowableOrBuilderpublic java.util.List<? extends LoggingProto.ThrowableOrBuilder> getSuppressedOrBuilderList()
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;getSuppressedOrBuilderList in interface LoggingProto.ThrowableOrBuilderpublic int getSuppressedCount()
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;getSuppressedCount in interface LoggingProto.ThrowableOrBuilderpublic LoggingProto.Throwable getSuppressed(int index)
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;getSuppressed in interface LoggingProto.ThrowableOrBuilderpublic LoggingProto.ThrowableOrBuilder getSuppressedOrBuilder(int index)
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;getSuppressedOrBuilder in interface LoggingProto.ThrowableOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static LoggingProto.Throwable parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoggingProto.Throwable parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoggingProto.Throwable parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoggingProto.Throwable parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoggingProto.Throwable parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoggingProto.Throwable parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LoggingProto.Throwable parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LoggingProto.Throwable parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LoggingProto.Throwable parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LoggingProto.Throwable parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LoggingProto.Throwable parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LoggingProto.Throwable parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic LoggingProto.Throwable.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LoggingProto.Throwable.Builder newBuilder()
public static LoggingProto.Throwable.Builder newBuilder(LoggingProto.Throwable prototype)
public LoggingProto.Throwable.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LoggingProto.Throwable.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static LoggingProto.Throwable getDefaultInstance()
public static com.google.protobuf.Parser<LoggingProto.Throwable> parser()
public com.google.protobuf.Parser<LoggingProto.Throwable> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LoggingProto.Throwable getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder