noope.input
Class BREntryNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--noope.input.BRLoadingException
                    |
                    +--noope.input.BREntryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class BREntryNotFoundException
extends BRLoadingException

This exception is raised when an object constructing itself from a BlockReader object does not find an entry it needs.

Version:
26 March 2001, original version
Author:
Miklos Reiter
See Also:
Serialized Form

Constructor Summary
BREntryNotFoundException(java.lang.String what, BlockReaderLocation where)
          Constructs a new Exception object.
 
Methods inherited from class noope.input.BRLoadingException
getLocation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BREntryNotFoundException

public BREntryNotFoundException(java.lang.String what,
                                BlockReaderLocation where)
Constructs a new Exception object.
Parameters:
what - The entry key we should have found, but that was missing.
where - A BlockReaderLocation marking the position in the BlockReader where the error was encountered.