All Packages Class Hierarchy This Package Previous Next Index
Class asjava.uniclientlibs.UniDataSetException
java.lang.Object
|
+----java.lang.Throwable
|
+----asjava.uniclientlibs.UniException
|
+----asjava.uniclientlibs.UniDataSetException
- public class UniDataSetException
- extends UniException
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.
- Version:
- Version 1.0
- Author:
- David T. Meeks
All Packages Class Hierarchy This Package Previous Next Index