Interface UserBitShared.ExceptionWrapperOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserBitShared.ExceptionWrapper, UserBitShared.ExceptionWrapper.Builder
Enclosing class:
UserBitShared

public static interface UserBitShared.ExceptionWrapperOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasExceptionClass

      boolean hasExceptionClass()
      optional string exception_class = 1;
      Returns:
      Whether the exceptionClass field is set.
    • getExceptionClass

      String getExceptionClass()
      optional string exception_class = 1;
      Returns:
      The exceptionClass.
    • getExceptionClassBytes

      com.google.protobuf.ByteString getExceptionClassBytes()
      optional string exception_class = 1;
      Returns:
      The bytes for exceptionClass.
    • hasMessage

      boolean hasMessage()
      optional string message = 2;
      Returns:
      Whether the message field is set.
    • getMessage

      String getMessage()
      optional string message = 2;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      optional string message = 2;
      Returns:
      The bytes for message.
    • getStackTraceList

      repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
    • getStackTrace

      UserBitShared.StackTraceElementWrapper getStackTrace(int index)
      repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
    • getStackTraceCount

      int getStackTraceCount()
      repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
    • getStackTraceOrBuilderList

      List<? extends UserBitShared.StackTraceElementWrapperOrBuilder> getStackTraceOrBuilderList()
      repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
    • getStackTraceOrBuilder

      UserBitShared.StackTraceElementWrapperOrBuilder getStackTraceOrBuilder(int index)
      repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
    • hasCause

      boolean hasCause()
      optional .exec.shared.ExceptionWrapper cause = 4;
      Returns:
      Whether the cause field is set.
    • getCause

      optional .exec.shared.ExceptionWrapper cause = 4;
      Returns:
      The cause.
    • getCauseOrBuilder

      optional .exec.shared.ExceptionWrapper cause = 4;