com.lc.util
Class SafeEnumerationError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.lc.util.SafeEnumerationError
All Implemented Interfaces:
java.io.Serializable

public class SafeEnumerationError
extends java.lang.Error

Raised when an internal inconsistency is detected in SafeEnumeration.

Version:
$Revision: 1.1.1.1 $ $Date: 2002/02/19 22:12:03 $
Author:
Laurent Caillette
See Also:
Serialized Form

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

SafeEnumerationError

public SafeEnumerationError()

SafeEnumerationError

public SafeEnumerationError(java.lang.String msg)