blackboard.data
Class BbAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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: 2005/06/27 $
See Also:
Serialized Form

Constructor Summary
BbAttributeException()
          Default constructor.
BbAttributeException(java.lang.String str)
          Constructs an BbAttributeException 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

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.