//LOG4CPLUS_ERROR(logger,"Error: expecting "<<what<<" in line "<<get_line(where)<<" at column "<<get_column(b,where,4)<<".");
std::cerr<<"Error: expecting "<<what<<" in line "<<get_line(where)<<"."<<std::endl;
T3end(where);
while(end!=e&&*end!='\r'&&*end!='\n'){
++end;
}
std::cerr<<"Error: expecting "<<what<<" in line "<<get_line(where)<<": \n"<<std::string(get_line_start(b,where),end)<<" ... \n"<<std::setw(std::distance(b,where))<<'^'<<"---- here\n";
LOG_THROW(false,storm::exceptions::WrongFormatException,"Parsing error in line "<<get_line(where)<<": "<<" expecting "<<what<<".");