com.toalango.qzarch
Class ConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.toalango.qzarch.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.Exception

This exception is thrown if the init parameters provided to configure the search engine are not set correctly.

Author:
Rune Toalango Johannesen
See Also:
Serialized Form

Constructor Summary
ConfigException()
           
ConfigException(java.lang.String pMessage)
           
 
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

ConfigException

public ConfigException()

ConfigException

public ConfigException(java.lang.String pMessage)