All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----asjava.uniclientlibs.UniException | +----asjava.uniclientlibs.UniDataSetException
UniDataSetException
is the primary class used for handling UniObjects
exceptions and errors.
This internal error handling method is based on Java's method of handling
errors. This exception class is derived from the base UniObjects exception
class, UniException
. We have also carried over the idea of having an integer identifier
for the message which can make the handling of said message a lot easier.
All Packages Class Hierarchy This Package Previous Next Index