apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
TException
thrift
base
Common base class for all Thrift exceptions.
class
TException : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Meta
Source
See Implementation
thrift
base
aliases
logError
logInfo
classes
TCompoundOperationException
TException
manifest constants
VERSION
static variables
g_errorLogSink
g_infoLogSink
templates
logFormatted
Common base class for all Thrift exceptions.