Home
last modified time | relevance | path

Searched refs:MapLineException (Results 1 – 4 of 4) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DMapLine.cpp150 throw MapLineException(oss.str()); in throw_number_expected()
174 throw MapLineException("option character expected"); in parseDVIPDFMLine()
219 throw MapLineException(oss.str()); in parseDVIPDFMLine()
261 throw MapLineException("CSI specifier expected"); in parseFilenameOptions()
274 throw MapLineException("invalid style given"); in parseFilenameOptions()
H A DMapLine.h33 struct MapLineException : MessageException struct
35 MapLineException (const std::string &msg) : MessageException(msg) {} in MapLineException() function
H A DPdfSpecialHandler.cpp59 catch (const MapLineException &ex) { in process()
H A DFontMap.cpp71 catch (const MapLineException &e) { in read()