gate.creole.annic
Class IndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gate.creole.annic.IndexException
All Implemented Interfaces:
Serializable

public class IndexException
extends Exception

Exception that should be thrown should something unexpected happens during creating/updating/deleting index.

Author:
niraj
See Also:
Serialized Form

Constructor Summary
IndexException(String msg)
          Consructor of the class.
IndexException(Throwable t)
           
 
Method Summary
 
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

IndexException

public IndexException(String msg)
Consructor of the class.


IndexException

public IndexException(Throwable t)