orbital.util
Class NotIteratableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ClassCastException
orbital.util.NotIteratableException
- All Implemented Interfaces:
- java.io.Serializable
public class NotIteratableException
- extends java.lang.ClassCastException
Thrown if an object expected to be generalized iteratable
is not.
- Author:
- André Platzer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotIteratableException
public NotIteratableException()
NotIteratableException
public NotIteratableException(java.lang.String s)
NotIteratableException
public NotIteratableException(java.lang.String s,
java.lang.Class found,
java.lang.Object expected)
NotIteratableException
public NotIteratableException(java.lang.Class found,
java.lang.Object expected)
Copyright © 1996-2009 André Platzer
All Rights Reserved.