apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
TProtocolException
thrift
protocol
base
A protocol-level exception.
class
TProtocolException :
TException
{
enum
Type
;
this
(Type type, string file, size_t line, Throwable next);
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Type type, string file, size_t line, Throwable next);
Type
type
();
protected
Type
type_
;
}
Constructors
this
this
(Type type, string file, size_t line, Throwable next)
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Type type, string file, size_t line, Throwable next)
Members
Enums
Type
enum
Type
The possible exception types.
Functions
type
Type
type
()
Variables
type_
Type
type_
;
Undocumented in source.
Meta
Source
See Implementation
thrift
protocol
base
classes
TApplicationException
TProtocolException
enums
TMessageType
TType
functions
skip
interfaces
TProtocol
TProtocolFactory
structs
TField
TList
TMap
TMessage
TSet
TStruct
templates
isTProtocol
A protocol-level exception.