org.concord.biologica.engine
Class NotBioLogicaFileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.concord.biologica.engine.NotBioLogicaFileException
All Implemented Interfaces:
java.io.Serializable

public final class NotBioLogicaFileException
extends java.lang.RuntimeException

Exception indicating that an attempt was made to use a file which is not a BioLogica file as a BioLogica file. For example, a file was opened and expected to be a BioLogica file but was not.

Version:
$Revision: 1.1.1.1 $ $Date: 2001/04/28 00:39:13 $
Author:
$Author: ed $
See Also:
Serialized Form

Constructor Summary
NotBioLogicaFileException(java.lang.String errorText)
          Creates a new exception.
 
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

NotBioLogicaFileException

public NotBioLogicaFileException(java.lang.String errorText)
Creates a new exception.
Parameters:
errorText - String - additional error text explaining exception