serialized-form.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.4.2) on Mon Dec 14 20:07:24 GMT 2009 -->
  6. <TITLE>
  7. Serialized Form (PircBot 1.5.0 - Java IRC API Bot Framework)
  8. </TITLE>
  9. <LINK REL ="stylesheet" TYPE="text/css" HREF="pircbot-style.css" TITLE="Style">
  10. <SCRIPT type="text/javascript">
  11. function windowTitle()
  12. {
  13. parent.document.title="Serialized Form (PircBot 1.5.0 - Java IRC API Bot Framework)";
  14. }
  15. </SCRIPT>
  16. </HEAD>
  17. <BODY BGCOLOR="white" onload="windowTitle();">
  18. <!-- ========= START OF TOP NAVBAR ======= -->
  19. <A NAME="navbar_top"><!-- --></A>
  20. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  21. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  22. <TR>
  23. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  24. <A NAME="navbar_top_firstrow"><!-- --></A>
  25. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  26. <TR ALIGN="center" VALIGN="top">
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/jibble/pircbot/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  32. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  34. </TR>
  35. </TABLE>
  36. </TD>
  37. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  38. <b>PircBot Java IRC Bot</b></EM>
  39. </TD>
  40. </TR>
  41. <TR>
  42. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  43. &nbsp;PREV&nbsp;
  44. &nbsp;NEXT</FONT></TD>
  45. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  46. <A HREF="index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  47. &nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  48. &nbsp;<SCRIPT type="text/javascript">
  49. <!--
  50. if(window==top) {
  51. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  52. }
  53. //-->
  54. </SCRIPT>
  55. <NOSCRIPT>
  56. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  57. </NOSCRIPT>
  58. </FONT></TD>
  59. </TR>
  60. </TABLE>
  61. <A NAME="skip-navbar_top"></A>
  62. <!-- ========= END OF TOP NAVBAR ========= -->
  63. <HR>
  64. <CENTER>
  65. <H1>
  66. Serialized Form</H1>
  67. </CENTER>
  68. <HR SIZE="4" NOSHADE>
  69. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  70. <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
  71. <TD ALIGN="center"><FONT SIZE="+2">
  72. <B>Package</B> <B>org.jibble.pircbot</B></FONT></TD>
  73. </TR>
  74. </TABLE>
  75. <P>
  76. <A NAME="org.jibble.pircbot.IrcException"><!-- --></A>
  77. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  78. <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
  79. <TD COLSPAN=2><FONT SIZE="+2">
  80. <B>Class <A HREF="org/jibble/pircbot/IrcException.html" title="class in org.jibble.pircbot">org.jibble.pircbot.IrcException</A> extends <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TD>
  81. </TR>
  82. </TABLE>
  83. <P>
  84. <P>
  85. <A NAME="org.jibble.pircbot.NickAlreadyInUseException"><!-- --></A>
  86. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  87. <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
  88. <TD COLSPAN=2><FONT SIZE="+2">
  89. <B>Class <A HREF="org/jibble/pircbot/NickAlreadyInUseException.html" title="class in org.jibble.pircbot">org.jibble.pircbot.NickAlreadyInUseException</A> extends <A HREF="org/jibble/pircbot/IrcException.html" title="class in org.jibble.pircbot">IrcException</A> implements Serializable</B></FONT></TD>
  90. </TR>
  91. </TABLE>
  92. <P>
  93. <P>
  94. <HR>
  95. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  96. <A NAME="navbar_bottom"><!-- --></A>
  97. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  98. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  99. <TR>
  100. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  101. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  102. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  103. <TR ALIGN="center" VALIGN="top">
  104. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  105. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  106. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  107. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/jibble/pircbot/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  108. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  109. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  110. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  111. </TR>
  112. </TABLE>
  113. </TD>
  114. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  115. <b>PircBot Java IRC Bot</b></EM>
  116. </TD>
  117. </TR>
  118. <TR>
  119. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  120. &nbsp;PREV&nbsp;
  121. &nbsp;NEXT</FONT></TD>
  122. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  123. <A HREF="index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  124. &nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  125. &nbsp;<SCRIPT type="text/javascript">
  126. <!--
  127. if(window==top) {
  128. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  129. }
  130. //-->
  131. </SCRIPT>
  132. <NOSCRIPT>
  133. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  134. </NOSCRIPT>
  135. </FONT></TD>
  136. </TR>
  137. </TABLE>
  138. <A NAME="skip-navbar_bottom"></A>
  139. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  140. <HR>
  141. </BODY>
  142. </HTML>