Searched refs:get_errmsg (Results 1 - 25 of 25) sorted by relevance

/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dbusinesscard.cpp44 cerr << "Error: " << p.get_errmsg() << endl;
59 cerr << "Error: " << p.get_errmsg() << endl;
65 cerr << "Error: " << p.get_errmsg() << endl;
78 cerr << "Error: " << p.get_errmsg() << endl;
91 << ": " << ex.get_errmsg() << endl;
H A Dimage.cpp24 cerr << "Error: " << p->get_errmsg() << endl;
40 cerr << "Error: " << p->get_errmsg() << endl;
55 << ": " << ex.get_errmsg() << endl;
H A Dhello.cpp19 cerr << "Error: " << p.get_errmsg() << endl;
46 << ": " << ex.get_errmsg() << endl;
H A Dquickreference.cpp30 cerr << "Error: " << p->get_errmsg() << endl;
45 cerr << "Error: " << p->get_errmsg() << endl;
66 cerr << "Error: " << p->get_errmsg() << endl;
97 << ": " << ex.get_errmsg() << endl;
H A Dinvoice.cpp71 cerr << "Error: " << p.get_errmsg() << endl;
86 cerr << "Error: " << p.get_errmsg() << endl;
92 cerr << "Error: " << p.get_errmsg() << endl;
189 << ": " << ex.get_errmsg() << endl;
H A Dchartab.cpp43 cerr << "Error: " << p.get_errmsg() << endl;
115 << ": " << ex.get_errmsg() << endl;
H A Dpdfclock.cpp33 cerr << "Error: " << p->get_errmsg() << endl;
121 << ": " << ex.get_errmsg() << endl;
H A Dpdflib.hpp56 string get_errmsg();
118 string get_errmsg() PDF_THROWS(PDFlib::Exception);
H A Dpdflib.cpp36 string PDFlib::Exception::get_errmsg() { return m_errmsg; } function in class:PDFlib::Exception
284 PDFlib::get_errmsg() PDF_THROWS(PDFlib::Exception)
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A DPDFlibException.java42 /** Map standard getMessage method to get_errmsg. */
43 public String get_errmsg() { method in class:PDFlibException
H A Dbusinesscard.java40 throw new Exception("Error: " + p.get_errmsg());
51 throw new Exception("Error: " + p.get_errmsg());
56 throw new Exception("Error: " + p.get_errmsg());
68 System.err.println("Warning: " + p.get_errmsg());
H A Dquickreference.java29 throw new Exception("Error: " + p.get_errmsg());
40 throw new Exception("Error: " + p.get_errmsg());
60 throw new Exception("Error: " + p.get_errmsg());
H A Dimage.java26 throw new Exception("Error: " + p.get_errmsg());
38 throw new Exception("Error: " + p.get_errmsg());
H A Dhello.java22 throw new Exception("Error: " + p.get_errmsg());
H A Dinvoice.java59 throw new Exception("Error: " + p.get_errmsg());
70 throw new Exception("Error: " + p.get_errmsg());
75 throw new Exception("Error: " + p.get_errmsg());
H A Dchartab.java44 throw new Exception("Error: " + p.get_errmsg());
H A Dpdfclock.java27 throw new Exception("Error: " + p.get_errmsg());
H A Dpdflib.java235 public final String get_errmsg() method in class:pdflib
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/servlet/
H A DbusinesscardServlet.java44 throw new Exception("Error: " + p.get_errmsg());
55 throw new Exception("Error: " + p.get_errmsg());
60 throw new Exception("Error: " + p.get_errmsg());
72 System.err.println("Warning: " + p.get_errmsg());
H A DimageServlet.java31 throw new Exception("Error: " + p.get_errmsg());
47 throw new Exception("Error: " + p.get_errmsg());
H A DinvoiceServlet.java64 throw new Exception("Error: " + p.get_errmsg());
76 throw new Exception("Error: " + p.get_errmsg());
81 throw new Exception("Error: " + p.get_errmsg());
H A DquickreferenceServlet.java46 throw new Exception("Error: " + p.get_errmsg());
64 throw new Exception("Error: " + p.get_errmsg());
H A DhelloServlet.java25 throw new Exception("Error: " + p.get_errmsg());
H A DchartabServlet.java47 throw new Exception("Error: " + p.get_errmsg());
H A DpdfclockServlet.java31 throw new Exception("Error: " + p.get_errmsg());

Completed in 111 milliseconds