All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class asjava.uniobjects.UniNLS

java.lang.Object
   |
   +----asjava.uniobjects.UniBase
           |
           +----asjava.uniobjects.UniNLS

public abstract class UniNLS
extends UniBase
UniNLS is an abstract class used to define UniNLSMap and UniNLSLocale 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

Method Index

 o getClientNames()
 o getServerNames()
 o setName()

Methods

 o setName
 public abstract void setName()
 o getClientNames
 public abstract UniString getClientNames()
 o getServerNames
 public abstract UniString getServerNames()

All Packages  Class Hierarchy  This Package  Previous  Next  Index