org.apache.beehive.netui.util.iterator
Class IteratorFactoryException
Object
Throwable
Exception
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
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 |
IteratorFactoryException
public IteratorFactoryException()
IteratorFactoryException
public IteratorFactoryException(String message)
IteratorFactoryException
public IteratorFactoryException(String message,
Throwable t,
Class type)
IteratorFactoryException
public IteratorFactoryException(String message,
Class type)
getType
public Class getType()
getTypeName
public String getTypeName()