Class InternalException

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

public class InternalException
extends java.lang.Exception

This exception is thrown when something unexpected happens.

Version:
$02/08/04 14:45:18 mdh$
Author:
Malcolm D. Hyman
See Also:
Serialized Form

Constructor Summary
InternalException()
           
InternalException(java.lang.String s)
           
 
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 s)

InternalException

public InternalException()