Uses of Class
org.jostraca.util.UtilException.Code

Packages that use UtilException.Code
org.jostraca.util Application framework and utility classes. 
 

Uses of UtilException.Code in org.jostraca.util
 

Fields in org.jostraca.util declared as UtilException.Code
static UtilException.Code UtilException.CODE_system
           
static UtilException.Code UtilException.CODE_folder_exist
           
static UtilException.Code UtilException.CODE_folder_not
           
static UtilException.Code UtilException.CODE_folder_write
           
static UtilException.Code UtilException.CODE_file_exist
           
static UtilException.Code UtilException.CODE_file_not
           
static UtilException.Code UtilException.CODE_file_write
           
static UtilException.Code UtilException.CODE_class_error
           
static UtilException.Code UtilException.CODE_load_class_file
           
static UtilException.Code UtilException.CODE_cmd_io
           
static UtilException.Code UtilException.CODE_cmd_failed
           
static UtilException.Code UtilException.CODE_cmd_exec
           
 

Constructors in org.jostraca.util with parameters of type UtilException.Code
UtilException(UtilException.Code pCode, java.lang.String pMsg)
           
UtilException(UtilException.Code pCode)
           
UtilException(UtilException.Code pCode, java.lang.String pMsg, java.lang.Object pContext)
           
UtilException(UtilException.Code pCode, java.lang.String pMsg, java.lang.String[] pContext)
           
UtilException(UtilException.Code pCode, java.lang.String pMsg, java.lang.Object[] pContext)
           
UtilException(UtilException.Code pCode, java.lang.Object pContext)
           
UtilException(UtilException.Code pCode, java.lang.String[] pContext)
           
UtilException(UtilException.Code pCode, java.lang.Object[] pContext)
           
UtilException(UtilException.Code pCode, java.lang.Throwable pContained)
           
UtilException(UtilException.Code pCode, java.lang.String pMessage, java.lang.Throwable pContained)
           
UtilException(UtilException.Code pCode, java.lang.Object pContext, java.lang.Throwable pContained)
           
UtilException(UtilException.Code pCode, java.lang.String[] pContext, java.lang.Throwable pContained)
           
UtilException(UtilException.Code pCode, java.lang.Object[] pContext, java.lang.Throwable pContained)
           
 



Copyright © 2000-2002 Richard Rodger