noope.input
Class BRLoadingParseException

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

public class BRLoadingParseException
extends BRLoadingException

This exception is thrown by an object loading itself from a BlockReader if it fails to parse some text, it expects to be in a defined format.

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

Constructor Summary
BRLoadingParseException(java.lang.String message, BlockReaderLocation where)
          Constructs an exception with the specified message and location by just calling the inherited constructor.
 
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

BRLoadingParseException

public BRLoadingParseException(java.lang.String message,
                               BlockReaderLocation where)
Constructs an exception with the specified message and location by just calling the inherited constructor.