All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----jtelos.TelosException | +----jtelos.IndividualNotInKBException
individual(String)
method in the interface
KB
.
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
in the KB.
public IndividualNotInKBException(String telosName, String kbName)
telosName
in the KB. Returns message:
"Couldn't find individual with name:
<telosName
> in <kbName
>".
All Packages Class Hierarchy This Package Previous Next Index