Interface RemoteExceptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RemoteException, RemoteException.Builder

public interface RemoteExceptionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string exception_type = 1;
    com.google.protobuf.ByteString
    string exception_type = 1;
    string message = 2;
    com.google.protobuf.ByteString
    string message = 2;
    string remote_stack_trace = 3;
    com.google.protobuf.ByteString
    string remote_stack_trace = 3;
    optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
    optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
    boolean
    optional .IronPdfEngine.Proto.RemoteException root_exception = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getExceptionType

      String getExceptionType()
      string exception_type = 1;
      Returns:
      The exceptionType.
    • getExceptionTypeBytes

      com.google.protobuf.ByteString getExceptionTypeBytes()
      string exception_type = 1;
      Returns:
      The bytes for exceptionType.
    • getMessage

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

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

      String getRemoteStackTrace()
      string remote_stack_trace = 3;
      Returns:
      The remoteStackTrace.
    • getRemoteStackTraceBytes

      com.google.protobuf.ByteString getRemoteStackTraceBytes()
      string remote_stack_trace = 3;
      Returns:
      The bytes for remoteStackTrace.
    • hasRootException

      boolean hasRootException()
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
      Returns:
      Whether the rootException field is set.
    • getRootException

      RemoteException getRootException()
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
      Returns:
      The rootException.
    • getRootExceptionOrBuilder

      RemoteExceptionOrBuilder getRootExceptionOrBuilder()
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;