com.wm.app.tn.db
Class SQLExceptionEnumeration

java.lang.Object
  extended by com.wm.app.tn.db.SQLExceptionEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class SQLExceptionEnumeration
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
SQLExceptionEnumeration(java.sql.SQLException err)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLExceptionEnumeration

public SQLExceptionEnumeration(java.sql.SQLException err)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration