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
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 |
IteratorFactoryException
public IteratorFactoryException(String
message,
Class
type)
IteratorFactoryException
public IteratorFactoryException(String
message)
getType() Method
public Class
getType()
getTypeName() Method
public String
getTypeName()