16 throw Exception(
"Format " + format +
" is not supported for input.");
24 throw Exception(
"Format " + format +
" is not supported for output.");
General interface for distance matrix readers.
General interface writers.
virtual ODiscreteDistribution * createWriter(const std::string &format)
Get a new dynamically created ODiscreteDistribution object.
virtual IDiscreteDistribution * createReader(const std::string &format)
Get a new dynamically created IDiscreteDistribution object.
Exception base class. Overload exception constructor (to control the exceptions mechanism). Destructor is already virtual (from std::exception)
static const std::string BPPO_FORMAT