error.htm 828 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
  5. <TITLE>Error</TITLE>
  6. <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
  7. </HEAD>
  8. <BODY>
  9. <H2>Error</H2>
  10. <TT>Error(<B>string</B> msg)</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.0
  13. <H4 CLASS='st'>Description</H4>
  14. This method is automatically called in case of fatal error; it simply outputs the message
  15. and halts the execution. An inherited class may override it to customize the error handling
  16. but should always halt the script, or the resulting document would probably be invalid.
  17. <H4 CLASS='st'>Parameters</H4>
  18. <TT><U>msg</U></TT>
  19. <BLOCKQUOTE>
  20. The error message.
  21. </BLOCKQUOTE>
  22. <HR STYLE="margin-top:1.2em">
  23. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  24. </BODY>
  25. </HTML>