org.concord.util
Class InternalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.concord.util.InternalException
All Implemented Interfaces:
java.io.Serializable

public class InternalException
extends java.lang.RuntimeException

Exception indicating that an internal exception occurred within BioScope. In most cases this is an exception which should never have happened, is usually due to a severe bug in the code, is not handled because the problem is so severe, and which will cause BioScope to crash since the exception cannot be handled.

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

Constructor Summary
InternalException(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

InternalException

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