com.tensegrity.generic.util
Class IllegalElementException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tensegrity.generic.util.DynamicException
                  extended bycom.tensegrity.generic.util.IllegalElementException
All Implemented Interfaces:
java.io.Serializable

public class IllegalElementException
extends DynamicException

Thrown by an iterator if an ArrayList utility class is accessed out-of-bounds.

Version:
$Id: IllegalElementException.java,v 1.4 2005/04/29 14:39:59 KevinCVS Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
IllegalElementException()
          Constructs an illegal element exception.
IllegalElementException(java.lang.String what)
          Constructs an illegal element exception.
 
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

IllegalElementException

public IllegalElementException()
Constructs an illegal element exception.


IllegalElementException

public IllegalElementException(java.lang.String what)
Constructs an illegal element exception.

Parameters:
what - Detailed message for the exception


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.