IteratorFactoryException Class

com.bea.wlw.netui.util.iterator
IteratorFactoryException Class

public class IteratorFactoryException

    extends Exception

An exception that is thrown when the IteratorFactory can not create an iterator for the given type. The illegal type will be available from the getType call.


Hierarchy
Object
  Throwable
    Exception
      IteratorFactoryException
All Implemented Interfaces

Serializable

Constructor Summary

IteratorFactoryException(String message, Class type)

IteratorFactoryException(String message)

 

Method Summary

public Class
getType()
public String
getTypeName()
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

IteratorFactoryException

public IteratorFactoryException(String message, 
                                Class type)

IteratorFactoryException

public IteratorFactoryException(String message)
 

Method Detail

getType() Method

public Class getType()

getTypeName() Method

public String getTypeName()