com.chatessentials.GlassBot
Class BotException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.chatessentials.GlassBot.BotException
All Implemented Interfaces:
java.io.Serializable

public class BotException
extends java.lang.Exception

GlassBot's general exception

Copyright: Copyright (c) 2003

Company: Chat Essentials, co.

Version:
1.0
Author:
A. Nayebi
See Also:
Serialized Form

Constructor Summary
BotException()
           
BotException(java.lang.String st)
           
BotException(java.lang.Throwable ex)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BotException

public BotException()

BotException

public BotException(java.lang.String st)

BotException

public BotException(java.lang.Throwable ex)