com.starbase.util.collections
Class ConcurrentModificationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.starbase.util.collections.ConcurrentModificationException
All Implemented Interfaces:
java.io.Serializable

public class ConcurrentModificationException
extends java.lang.RuntimeException

This exception is intended to parallel the JDK 1.2 ConcurrentModificationException exception Please see the JDK 1.2 documenation for further details.

See Also:
Serialized Form

Constructor Summary
ConcurrentModificationException()
          Constructs a ConcurrentModificationException with no message.
ConcurrentModificationException(java.lang.String message)
          Constructs a ConcurrentModificationException with the specified message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrentModificationException

public ConcurrentModificationException()
Constructs a ConcurrentModificationException with no message.


ConcurrentModificationException

public ConcurrentModificationException(java.lang.String message)
Constructs a ConcurrentModificationException with the specified message.

Parameters:
message - the message for this exception


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.