noope.input
Class BlockReaderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--noope.input.BRLoadingException
                    |
                    +--noope.input.BlockReaderException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BRFileIOException, StringBlockReaderException

public class BlockReaderException
extends BRLoadingException

An exception of this class (or one of its subclasses) is thrown by the BlockReader or any of its subclasses

Version:
6 April 2001, original version
Author:
Paul Evans
See Also:
Serialized Form

Constructor Summary
BlockReaderException(java.lang.String message, BlockReaderLocation where)
          Constructs a new BRLoadingException 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

BlockReaderException

public BlockReaderException(java.lang.String message,
                            BlockReaderLocation where)
Constructs a new BRLoadingException object.
Parameters:
message - The error message.
where - The position in the BlockReader where the exception has occurred.