All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----jtelos.IndividualNotFoundException
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.
public IndividualNotFoundException(String individualName, String listName, String ownerName)
"Couldn't find individual: <individualName
>
in <listName
> list in
<ownerName
>".
All Packages Class Hierarchy This Package Previous Next Index