blackboard.data
Class BbAttributeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--blackboard.data.BbAttributeException
All Implemented Interfaces:
java.io.Serializable

public class BbAttributeException
extends java.lang.RuntimeException

A general exception resulting from a problem with the attributes (BbAttribute) of an object (BbObject). The exception may result from improper access of an attribute (retrieving an attribute as one type when it really is of another type -- see BbAttribute.Type) or some other error that could not be handled.

Since:
Bb 6.0
Version:
$Revision: 1 $ $Date: 8/24/01 3:29p $
See Also:
Serialized Form

Constructor Summary
BbAttributeException()
          Default constructor.
BbAttributeException(java.lang.String str)
          Constructs an BbAttributeException with the given 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BbAttributeException

public BbAttributeException()
Default constructor. Uses default message.


BbAttributeException

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

Parameters:
str - Message to include in the exception


Copyright © 2003 Blackboard, Inc. All Rights Reserved.