org.apache.beehive.netui.util.iterator
Class IteratorFactoryException

Object
  extended by Throwable
      extended by Exception
          extended by IteratorFactoryException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

Constructor Summary
IteratorFactoryException()
           
IteratorFactoryException(String message)
           
IteratorFactoryException(String message, Class type)
           
IteratorFactoryException(String message, Throwable t, Class type)
           
 
Method Summary
 Class getType()
           
 String getTypeName()
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IteratorFactoryException

public IteratorFactoryException()

IteratorFactoryException

public IteratorFactoryException(String message)

IteratorFactoryException

public IteratorFactoryException(String message,
                                Throwable t,
                                Class type)

IteratorFactoryException

public IteratorFactoryException(String message,
                                Class type)
Method Detail

getType

public Class getType()

getTypeName

public String getTypeName()