- 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.