org.crosswire.common.util
Class StackTrace.AbstractStackEnumeration

java.lang.Object
  extended by org.crosswire.common.util.StackTrace.AbstractStackEnumeration
All Implemented Interfaces:
Enumeration
Enclosing class:
StackTrace

public abstract class StackTrace.AbstractStackEnumeration
extends Object
implements Enumeration

Base class for the real enumeration implementations below


Field Summary
(package private)  int level
          Are there more stack levels
 
Constructor Summary
StackTrace.AbstractStackEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
          Are there more stack levels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Enumeration
nextElement
 

Field Detail

level

int level
Are there more stack levels

Constructor Detail

StackTrace.AbstractStackEnumeration

public StackTrace.AbstractStackEnumeration()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Are there more stack levels

Specified by:
hasMoreElements in interface Enumeration

Copyright ? 2003-2004