org.kit.furia.exceptions
Class IRException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kit.furia.exceptions.IRException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoClassesFound

public class IRException
extends java.lang.Exception

IRException is an exception wrapper. It holds exceptions thrown by the underlying Information Retrieval system implementation.

Since:
0
Author:
Arnoldo Jose Muller Molina
See Also:
Serialized Form

Constructor Summary
IRException(java.lang.Exception e)
           
IRException(java.lang.String x)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IRException

public IRException(java.lang.String x)

IRException

public IRException(java.lang.Exception e)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.