|
IrcException (PircBot 1.0.3 - Paul's Java IRC Bot Framework)
org.jibble.pircbot
Class IrcException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.jibble.pircbot.IrcException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NickAlreadyInUseException
- public class IrcException
- extends Exception
An IrcException class.
- Since:
- 0.9
- Version:
- 1.0.3 (Build time: Sat Jan 18 23:29:54 2003)
- Author:
- Paul James Mutton,
http://www.jibble.org/
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IrcException
public IrcException(String e)
- Constructs a new IrcException.
- Parameters:
e - The error message to report.
|