IrcException.html 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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:22 GMT 2009 -->
  6. <TITLE>
  7. Uses of Class org.jibble.pircbot.IrcException (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="Uses of Class org.jibble.pircbot.IrcException (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"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/jibble/pircbot/IrcException.html" title="class in org.jibble.pircbot"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
  29. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../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="IrcException.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. <H2>
  66. <B>Uses of Class<br>org.jibble.pircbot.IrcException</B></H2>
  67. </CENTER>
  68. <A NAME="org.jibble.pircbot"><!-- --></A>
  69. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  70. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  71. <TD COLSPAN=2><FONT SIZE="+2">
  72. Uses of <A HREF="../../../../org/jibble/pircbot/IrcException.html" title="class in org.jibble.pircbot">IrcException</A> in <A HREF="../../../../org/jibble/pircbot/package-summary.html">org.jibble.pircbot</A></FONT></TD>
  73. </TR>
  74. </TABLE>
  75. &nbsp;
  76. <P>
  77. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  78. <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
  79. <TD COLSPAN=2>Subclasses of <A HREF="../../../../org/jibble/pircbot/IrcException.html" title="class in org.jibble.pircbot">IrcException</A> in <A HREF="../../../../org/jibble/pircbot/package-summary.html">org.jibble.pircbot</A></FONT></TD>
  80. </TR>
  81. <TR BGCOLOR="white" CLASS="TableRowColor">
  82. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  83. <CODE>&nbsp;class</CODE></FONT></TD>
  84. <TD><CODE><B><A HREF="../../../../org/jibble/pircbot/NickAlreadyInUseException.html" title="class in org.jibble.pircbot">NickAlreadyInUseException</A></B></CODE>
  85. <BR>
  86. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A NickAlreadyInUseException class.</TD>
  87. </TR>
  88. </TABLE>
  89. &nbsp;
  90. <P>
  91. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  92. <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
  93. <TD COLSPAN=2>Methods in <A HREF="../../../../org/jibble/pircbot/package-summary.html">org.jibble.pircbot</A> that throw <A HREF="../../../../org/jibble/pircbot/IrcException.html" title="class in org.jibble.pircbot">IrcException</A></FONT></TD>
  94. </TR>
  95. <TR BGCOLOR="white" CLASS="TableRowColor">
  96. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  97. <CODE>&nbsp;void</CODE></FONT></TD>
  98. <TD><CODE><B>PircBot.</B><B><A HREF="../../../../org/jibble/pircbot/PircBot.html#connect(java.lang.String)">connect</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;hostname)</CODE>
  99. <BR>
  100. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Attempt to connect to the specified IRC server.</TD>
  101. </TR>
  102. <TR BGCOLOR="white" CLASS="TableRowColor">
  103. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  104. <CODE>&nbsp;void</CODE></FONT></TD>
  105. <TD><CODE><B>PircBot.</B><B><A HREF="../../../../org/jibble/pircbot/PircBot.html#connect(java.lang.String, int)">connect</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;hostname,
  106. int&nbsp;port)</CODE>
  107. <BR>
  108. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Attempt to connect to the specified IRC server and port number.</TD>
  109. </TR>
  110. <TR BGCOLOR="white" CLASS="TableRowColor">
  111. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  112. <CODE>&nbsp;void</CODE></FONT></TD>
  113. <TD><CODE><B>PircBot.</B><B><A HREF="../../../../org/jibble/pircbot/PircBot.html#connect(java.lang.String, int, java.lang.String)">connect</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;hostname,
  114. int&nbsp;port,
  115. <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;password)</CODE>
  116. <BR>
  117. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Attempt to connect to the specified IRC server using the supplied
  118. password.</TD>
  119. </TR>
  120. <TR BGCOLOR="white" CLASS="TableRowColor">
  121. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  122. <CODE>&nbsp;void</CODE></FONT></TD>
  123. <TD><CODE><B>PircBot.</B><B><A HREF="../../../../org/jibble/pircbot/PircBot.html#reconnect()">reconnect</A></B>()</CODE>
  124. <BR>
  125. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reconnects to the IRC server that we were previously connected to.</TD>
  126. </TR>
  127. </TABLE>
  128. &nbsp;
  129. <P>
  130. <HR>
  131. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  132. <A NAME="navbar_bottom"><!-- --></A>
  133. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  134. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  135. <TR>
  136. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  137. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  138. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  139. <TR ALIGN="center" VALIGN="top">
  140. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  141. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/jibble/pircbot/IrcException.html" title="class in org.jibble.pircbot"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
  142. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
  143. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  144. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  145. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  146. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  147. </TR>
  148. </TABLE>
  149. </TD>
  150. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  151. <b>PircBot Java IRC Bot</b></EM>
  152. </TD>
  153. </TR>
  154. <TR>
  155. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  156. &nbsp;PREV&nbsp;
  157. &nbsp;NEXT</FONT></TD>
  158. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  159. <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  160. &nbsp;<A HREF="IrcException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  161. &nbsp;<SCRIPT type="text/javascript">
  162. <!--
  163. if(window==top) {
  164. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  165. }
  166. //-->
  167. </SCRIPT>
  168. <NOSCRIPT>
  169. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  170. </NOSCRIPT>
  171. </FONT></TD>
  172. </TR>
  173. </TABLE>
  174. <A NAME="skip-navbar_bottom"></A>
  175. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  176. <HR>
  177. </BODY>
  178. </HTML>