Interface RemoteExceptionPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoteExceptionP
,RemoteExceptionP.Builder
public interface RemoteExceptionPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExceptionType()
string exception_type = 1;
com.google.protobuf.ByteString
getExceptionTypeBytes()
string exception_type = 1;
String
getMessage()
string message = 2;
com.google.protobuf.ByteString
getMessageBytes()
string message = 2;
String
getRemoteStackTrace()
string remote_stack_trace = 3;
com.google.protobuf.ByteString
getRemoteStackTraceBytes()
string remote_stack_trace = 3;
RemoteExceptionP
getRootException()
optional .ironpdfengineproto.RemoteExceptionP root_exception = 4;
RemoteExceptionPOrBuilder
getRootExceptionOrBuilder()
optional .ironpdfengineproto.RemoteExceptionP root_exception = 4;
boolean
hasRootException()
optional .ironpdfengineproto.RemoteExceptionP root_exception = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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 .ironpdfengineproto.RemoteExceptionP root_exception = 4;
- Returns:
- Whether the rootException field is set.
-
getRootException
RemoteExceptionP getRootException()
optional .ironpdfengineproto.RemoteExceptionP root_exception = 4;
- Returns:
- The rootException.
-
getRootExceptionOrBuilder
RemoteExceptionPOrBuilder getRootExceptionOrBuilder()
optional .ironpdfengineproto.RemoteExceptionP root_exception = 4;
-
-