bot
Class BotException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybot.BotException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResetException, WinException

public class BotException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
BotException(String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BotException

public BotException(String msg)