Class TrxError#
Defined in File exceptions.h
Inheritance Relationships#
Base Type#
public std::runtime_error
Derived Types#
public trx::TrxArgumentError(Class TrxArgumentError)public trx::TrxDTypeError(Class TrxDTypeError)public trx::TrxFormatError(Class TrxFormatError)public trx::TrxIOError(Class TrxIOError)
Class Documentation#
-
class TrxError : public std::runtime_error#
Base exception for all TRX library errors.
Subclassed by trx::TrxArgumentError, trx::TrxDTypeError, trx::TrxFormatError, trx::TrxIOError