Interface LoggingProto.ThrowableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoggingProto.Throwable,LoggingProto.Throwable.Builder
- Enclosing class:
- LoggingProto
public static interface LoggingProto.ThrowableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggingProto.ThrowablegetCause()optional .de.huxhorn.lilith.logging.Throwable cause = 5;LoggingProto.ThrowableOrBuildergetCauseOrBuilder()optional .de.huxhorn.lilith.logging.Throwable cause = 5;java.lang.StringgetMessage()optional string message = 2;com.google.protobuf.ByteStringgetMessageBytes()optional string message = 2;intgetOmittedElements()optional int32 omitted_elements = 4;LoggingProto.StackTraceElementgetStackTraceElement(int index)repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;intgetStackTraceElementCount()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.StackTraceElementOrBuildergetStackTraceElementOrBuilder(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.ThrowablegetSuppressed(int index)repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;intgetSuppressedCount()repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;java.util.List<LoggingProto.Throwable>getSuppressedList()repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;LoggingProto.ThrowableOrBuildergetSuppressedOrBuilder(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.StringgetThrowableClass()optional string throwable_class = 1;com.google.protobuf.ByteStringgetThrowableClassBytes()optional string throwable_class = 1;booleanhasCause()optional .de.huxhorn.lilith.logging.Throwable cause = 5;booleanhasMessage()optional string message = 2;booleanhasOmittedElements()optional int32 omitted_elements = 4;booleanhasThrowableClass()optional string throwable_class = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasThrowableClass
boolean hasThrowableClass()
optional string throwable_class = 1;
-
getThrowableClass
java.lang.String getThrowableClass()
optional string throwable_class = 1;
-
getThrowableClassBytes
com.google.protobuf.ByteString getThrowableClassBytes()
optional string throwable_class = 1;
-
hasMessage
boolean hasMessage()
optional string message = 2;
-
getMessage
java.lang.String getMessage()
optional string message = 2;
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
optional string message = 2;
-
getStackTraceElementList
java.util.List<LoggingProto.StackTraceElement> getStackTraceElementList()
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;
-
getStackTraceElement
LoggingProto.StackTraceElement getStackTraceElement(int index)
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;
-
getStackTraceElementCount
int getStackTraceElementCount()
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;
-
getStackTraceElementOrBuilderList
java.util.List<? extends LoggingProto.StackTraceElementOrBuilder> getStackTraceElementOrBuilderList()
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;
-
getStackTraceElementOrBuilder
LoggingProto.StackTraceElementOrBuilder getStackTraceElementOrBuilder(int index)
repeated .de.huxhorn.lilith.logging.StackTraceElement stack_trace_element = 3;
-
hasOmittedElements
boolean hasOmittedElements()
optional int32 omitted_elements = 4;
-
getOmittedElements
int getOmittedElements()
optional int32 omitted_elements = 4;
-
hasCause
boolean hasCause()
optional .de.huxhorn.lilith.logging.Throwable cause = 5;
-
getCause
LoggingProto.Throwable getCause()
optional .de.huxhorn.lilith.logging.Throwable cause = 5;
-
getCauseOrBuilder
LoggingProto.ThrowableOrBuilder getCauseOrBuilder()
optional .de.huxhorn.lilith.logging.Throwable cause = 5;
-
getSuppressedList
java.util.List<LoggingProto.Throwable> getSuppressedList()
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;
-
getSuppressed
LoggingProto.Throwable getSuppressed(int index)
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;
-
getSuppressedCount
int getSuppressedCount()
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;
-
getSuppressedOrBuilderList
java.util.List<? extends LoggingProto.ThrowableOrBuilder> getSuppressedOrBuilderList()
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;
-
getSuppressedOrBuilder
LoggingProto.ThrowableOrBuilder getSuppressedOrBuilder(int index)
repeated .de.huxhorn.lilith.logging.Throwable suppressed = 6;
-
-