blackboard.data
Class ImmutableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by blackboard.data.ImmutableException
All Implemented Interfaces:
java.io.Serializable

public class ImmutableException
extends java.lang.RuntimeException

Thrown if an attempt is made to modify an object that implements the Immutable interface is made after the object is marked as being complete.

Since:
Bb 5.5
Version:
$Revision: #1 $ $Date: 2005/06/27 $
See Also:
Serialized Form

Constructor Summary
ImmutableException()
          Default constructor.
ImmutableException(java.lang.String str)
          Constructs an ImmutableException with the given message.
 
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

ImmutableException

public ImmutableException()
Default constructor. Uses default exception message.


ImmutableException

public ImmutableException(java.lang.String str)
Constructs an ImmutableException with the given message.

Parameters:
str - Message to include in the exception


Copyright © 2003 Blackboard, Inc. All Rights Reserved.