All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----jtelos.TelosException | +----jtelos.AttributeNotInKBException
attribute(String)
method in the interface
KB
. For naming conventions see the
telosName()
method in the interface
NamedObject
.
Note that since it is a RuntimeException
it doesn't
require a throws
clause in methods that throw it, nor
try/catch
statements around invocations of those
methods. Nonetheless, it should be handled.
telosName
parameter in the KB.
public AttributeNotInKBException(String telosName, String kbName)
telosName
parameter in the KB. Returns message:
"Couldn't find attribute with name:
<telosName
> in <kbName
>".
All Packages Class Hierarchy This Package Previous Next Index