|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
blackboard.data.BbAttributeException
public class BbAttributeException
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.
| 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 |
|---|
public BbAttributeException()
public BbAttributeException(java.lang.String str)
BbAttributeException with the given message.
str - Message to include in the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||