asjava.uniobjects
Class UniCommandException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byasjava.uniclientlibs.UniException
              extended byasjava.uniobjects.UniCommandException
All Implemented Interfaces:
java.io.Serializable

public class UniCommandException
extends UniException

UniCommandException 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.

Since:
UNIOBJECTS 1.0
Version:
Version 1.0
Author:
David T. Meeks
See Also:
Serialized Form

Field Summary
 
Fields inherited from class asjava.uniclientlibs.UniException
errorType, UNICLIENTLIBS_EXCEPTION, UNICOMMAND_EXCEPTION, UNICONNECTION_EXCEPTION, UNIDATASET_EXCEPTION, UNIDYNARRAY_EXCEPTION, UNIFILE_EXCEPTION, UNINLS_EXCEPTION, UNISELECTLIST_EXCEPTION, UNISEQUENTIALFILE_EXCEPTION, UNISESSION_EXCEPTION, UNISTRING_EXCEPTION, UNISUBROUTINE_EXCEPTION, UNITRANSACTION_EXCEPTION, UNIXML_EXCEPTION
 
Methods inherited from class asjava.uniclientlibs.UniException
getErrorCode, getErrorType, getErrorTypeText, getExtendedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait