org.cdlib.xtf.textEngine
Class HitLoadException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by HitLoadException
All Implemented Interfaces:
Serializable

 class HitLoadException
extends RuntimeException

Thrown if a problem (most likely an I/O error) occurs while loading a hit. This is fairly unlikely, so this class is a RuntimeException, meaning that it isn't required to be declared by every method that might have to deal with one.


Constructor Summary
HitLoadException(Exception base)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HitLoadException

HitLoadException(Exception base)