All Packages Class Hierarchy This Package Previous Next Index
Class asjava.uniobjects.UniSubroutineException
java.lang.Object
|
+----java.lang.Throwable
|
+----asjava.uniclientlibs.UniException
|
+----asjava.uniobjects.UniSubroutineException
- public class UniSubroutineException
- extends UniException
UniSubroutineException 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