Class UniterableElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.commons.compiler.util.iterator.UniterableElementException
-
- All Implemented Interfaces:
java.io.Serializable
public class UniterableElementException extends java.lang.RuntimeException
Thrown byMultiDimensionalIterator
to indicate that it has encountered an element that cannot be iterated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UniterableElementException()
-