16 #ifndef INCLUDED_protocols_topology_broker_Exceptions_hh
17 #define INCLUDED_protocols_topology_broker_Exceptions_hh
25 #include <utility/excn/Exceptions.hh>
29 namespace topology_broker {
35 virtual void show( std::ostream& os )
const {
36 os <<
"\n[TopologyBroker Exception]: ";
45 virtual void show( std::ostream& os )
const {
46 os <<
"*************** Error in Broker Setup: *************** \n";
48 os <<
"\n\n********** Check your (inconsistent) input *************** \n";
62 virtual void show( std::ostream& os )
const {
64 os <<
"Failed to mediate between different Claimers. " << std::endl;
73 virtual void show( std::ostream& os )
const {
75 os <<
"[FILTER] failed... " << std::endl;