Class InvalidInternalStateException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----InvalidInternalStateException

class InvalidInternalStateException
extends RuntimeException
Thrown when the program notices that the internal datastructures are invalid.

Version:
$Revision: 1.1 $

Constructor Index

 o InvalidInternalStateException(String)

Constructors

 o InvalidInternalStateException
 InvalidInternalStateException(String s)