com.uwyn.drone.modules.logmanagement.exceptions
Class InvalidSearchSyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.uwyn.drone.modules.exceptions.LogManagerException
              extended bycom.uwyn.drone.modules.logmanagement.exceptions.InvalidSearchSyntaxException
All Implemented Interfaces:
Serializable

public class InvalidSearchSyntaxException
extends LogManagerException

See Also:
Serialized Form

Constructor Summary
InvalidSearchSyntaxException(Bot bot, Channel channel, String searchKey)
           
InvalidSearchSyntaxException(Bot bot, Channel channel, String search, DatabaseException cause)
           
 
Method Summary
 Bot getBot()
           
 Channel getChannel()
           
 String getSearch()
           
 
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

InvalidSearchSyntaxException

public InvalidSearchSyntaxException(Bot bot,
                                    Channel channel,
                                    String searchKey)

InvalidSearchSyntaxException

public InvalidSearchSyntaxException(Bot bot,
                                    Channel channel,
                                    String search,
                                    DatabaseException cause)
Method Detail

getBot

public Bot getBot()

getChannel

public Channel getChannel()

getSearch

public String getSearch()


Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.