Orbital library

orbital.util
Class NotIteratableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.ClassCastException
                  extended by 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

Constructor Summary
NotIteratableException()
           
NotIteratableException(java.lang.Class found, java.lang.Object expected)
           
NotIteratableException(java.lang.String s)
           
NotIteratableException(java.lang.String s, java.lang.Class found, java.lang.Object expected)
           
 
Method Summary
 
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
 

Constructor Detail

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)

Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.