com.ricebridge.data.in
Class DataBaseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jostraca.util.StandardException
                  extended bycom.ricebridge.data.in.DataBaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataException

public class DataBaseException
extends StandardException

DataBaseException class.

See Also:
Serialized Form

Nested Class Summary
static class DataBaseException.Code
          Code enumeration class for DataBaseException
 
Nested classes inherited from class org.jostraca.util.StandardException
StandardException.Cat
 
Field Summary
static DataBaseException.Code CODE_badequal
           
static DataBaseException.Code CODE_general
           
static DataBaseException.Code CODE_internal_exception
           
static DataBaseException.Code CODE_invoke_method
           
static DataBaseException.Code CODE_newinstance
           
static DataBaseException.Code CODE_sc_def_obj
           
static DataBaseException.Code CODE_sc_def_str
           
static DataBaseException.Code CODE_sc_native
           
static DataBaseException.Code CODE_sc_null
           
static DataBaseException.Code CODE_sc_object
           
static DataBaseException.Code CODE_sc_string
           
static DataBaseException.Code CODE_system
           
 
Fields inherited from class org.jostraca.util.StandardException
CODE_user, DEFAULT_CODE, iCode, iContained, iContext, iOrigin, iOriginalMessage, KEY_standard
 
Constructor Summary
DataBaseException()
           
DataBaseException(DataBaseException.Code pCode)
           
DataBaseException(DataBaseException.Code pCode, Object pContext)
           
DataBaseException(DataBaseException.Code pCode, Object[] pContext)
           
DataBaseException(DataBaseException.Code pCode, Object[] pContext, Throwable pContained)
           
DataBaseException(DataBaseException.Code pCode, Object pContext, Throwable pContained)
           
DataBaseException(DataBaseException.Code pCode, String pMsg)
           
DataBaseException(DataBaseException.Code pCode, String[] pContext)
           
DataBaseException(DataBaseException.Code pCode, String[] pContext, Throwable pContained)
           
DataBaseException(DataBaseException.Code pCode, String pMsg, Object pContext)
           
DataBaseException(DataBaseException.Code pCode, String pMsg, Object[] pContext)
           
DataBaseException(DataBaseException.Code pCode, String pMsg, String[] pContext)
           
DataBaseException(DataBaseException.Code pCode, String pMessage, Throwable pContained)
           
DataBaseException(DataBaseException.Code pCode, Throwable pContained)
           
DataBaseException(Object pContext)
           
DataBaseException(Object[] pContext)
           
DataBaseException(String pMsg)
           
DataBaseException(String[] pContext)
           
DataBaseException(String pMsg, Object pContext)
           
DataBaseException(String pMsg, Object[] pContext)
           
DataBaseException(String pMsg, String[] pContext)
           
DataBaseException(String pMessage, Throwable pContained)
           
DataBaseException(Throwable pContained)
           
 
Method Summary
static DataBaseException CODE_badequal(Object pContext)
           
static DataBaseException CODE_badequal(Object pContext, Throwable pContained)
           
static DataBaseException CODE_badequal(String[] pContext)
           
static DataBaseException CODE_badequal(String pName1, String pValue1)
           
static DataBaseException CODE_badequal(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_badequal(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_general(Object pContext)
           
static DataBaseException CODE_general(Object pContext, Throwable pContained)
           
static DataBaseException CODE_general(String[] pContext)
           
static DataBaseException CODE_general(String pName1, String pValue1)
           
static DataBaseException CODE_general(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_general(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_internal_exception(Object pContext)
           
static DataBaseException CODE_internal_exception(Object pContext, Throwable pContained)
           
static DataBaseException CODE_internal_exception(String[] pContext)
           
static DataBaseException CODE_internal_exception(String pName1, String pValue1)
           
static DataBaseException CODE_internal_exception(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_internal_exception(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_invoke_method(Object pContext)
           
static DataBaseException CODE_invoke_method(Object pContext, Throwable pContained)
           
static DataBaseException CODE_invoke_method(String[] pContext)
           
static DataBaseException CODE_invoke_method(String pName1, String pValue1)
           
static DataBaseException CODE_invoke_method(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_invoke_method(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_newinstance(Object pContext)
           
static DataBaseException CODE_newinstance(Object pContext, Throwable pContained)
           
static DataBaseException CODE_newinstance(String[] pContext)
           
static DataBaseException CODE_newinstance(String pName1, String pValue1)
           
static DataBaseException CODE_newinstance(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_newinstance(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_sc_def_obj(Object pContext)
           
static DataBaseException CODE_sc_def_obj(Object pContext, Throwable pContained)
           
static DataBaseException CODE_sc_def_obj(String[] pContext)
           
static DataBaseException CODE_sc_def_obj(String pName1, String pValue1)
           
static DataBaseException CODE_sc_def_obj(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_sc_def_obj(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_sc_def_str(Object pContext)
           
static DataBaseException CODE_sc_def_str(Object pContext, Throwable pContained)
           
static DataBaseException CODE_sc_def_str(String[] pContext)
           
static DataBaseException CODE_sc_def_str(String pName1, String pValue1)
           
static DataBaseException CODE_sc_def_str(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_sc_def_str(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_sc_native(Object pContext)
           
static DataBaseException CODE_sc_native(Object pContext, Throwable pContained)
           
static DataBaseException CODE_sc_native(String[] pContext)
           
static DataBaseException CODE_sc_native(String pName1, String pValue1)
           
static DataBaseException CODE_sc_native(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_sc_native(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_sc_null(Object pContext)
           
static DataBaseException CODE_sc_null(Object pContext, Throwable pContained)
           
static DataBaseException CODE_sc_null(String[] pContext)
           
static DataBaseException CODE_sc_null(String pName1, String pValue1)
           
static DataBaseException CODE_sc_null(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_sc_null(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_sc_object(Object pContext)
           
static DataBaseException CODE_sc_object(Object pContext, Throwable pContained)
           
static DataBaseException CODE_sc_object(String[] pContext)
           
static DataBaseException CODE_sc_object(String pName1, String pValue1)
           
static DataBaseException CODE_sc_object(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_sc_object(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_sc_string(Object pContext)
           
static DataBaseException CODE_sc_string(Object pContext, Throwable pContained)
           
static DataBaseException CODE_sc_string(String[] pContext)
           
static DataBaseException CODE_sc_string(String pName1, String pValue1)
           
static DataBaseException CODE_sc_string(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_sc_string(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static DataBaseException CODE_system(Object pContext)
           
static DataBaseException CODE_system(Object pContext, Throwable pContained)
           
static DataBaseException CODE_system(String[] pContext)
           
static DataBaseException CODE_system(String pName1, String pValue1)
           
static DataBaseException CODE_system(String pName1, String pValue1, String pName2, String pValue2)
           
static DataBaseException CODE_system(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
 String getPackage()
           
 
Methods inherited from class org.jostraca.util.StandardException
formatContextValues, formatContextValues, formatContextValues, getCat, getCode, getContained, getContainedStandard, getContext, getContextValues, getContextValues, getKey, getOriginalMessage, hasContained, makeStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CODE_system

public static final DataBaseException.Code CODE_system

CODE_internal_exception

public static final DataBaseException.Code CODE_internal_exception

CODE_general

public static final DataBaseException.Code CODE_general

CODE_badequal

public static final DataBaseException.Code CODE_badequal

CODE_invoke_method

public static final DataBaseException.Code CODE_invoke_method

CODE_newinstance

public static final DataBaseException.Code CODE_newinstance

CODE_sc_object

public static final DataBaseException.Code CODE_sc_object

CODE_sc_string

public static final DataBaseException.Code CODE_sc_string

CODE_sc_null

public static final DataBaseException.Code CODE_sc_null

CODE_sc_def_obj

public static final DataBaseException.Code CODE_sc_def_obj

CODE_sc_def_str

public static final DataBaseException.Code CODE_sc_def_str

CODE_sc_native

public static final DataBaseException.Code CODE_sc_native
Constructor Detail

DataBaseException

public DataBaseException()

DataBaseException

public DataBaseException(String pMsg)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         String pMsg)

DataBaseException

public DataBaseException(DataBaseException.Code pCode)

DataBaseException

public DataBaseException(Object pContext)

DataBaseException

public DataBaseException(String[] pContext)

DataBaseException

public DataBaseException(Object[] pContext)

DataBaseException

public DataBaseException(String pMsg,
                         Object pContext)

DataBaseException

public DataBaseException(String pMsg,
                         String[] pContext)

DataBaseException

public DataBaseException(String pMsg,
                         Object[] pContext)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         String pMsg,
                         Object pContext)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         String pMsg,
                         String[] pContext)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         String pMsg,
                         Object[] pContext)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         Object pContext)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         String[] pContext)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         Object[] pContext)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         Throwable pContained)

DataBaseException

public DataBaseException(Throwable pContained)

DataBaseException

public DataBaseException(String pMessage,
                         Throwable pContained)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         String pMessage,
                         Throwable pContained)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         Object pContext,
                         Throwable pContained)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         String[] pContext,
                         Throwable pContained)

DataBaseException

public DataBaseException(DataBaseException.Code pCode,
                         Object[] pContext,
                         Throwable pContained)
Method Detail

CODE_system

public static DataBaseException CODE_system(String[] pContext)

CODE_system

public static DataBaseException CODE_system(String pName1,
                                            String pValue1)

CODE_system

public static DataBaseException CODE_system(String pName1,
                                            String pValue1,
                                            String pName2,
                                            String pValue2)

CODE_system

public static DataBaseException CODE_system(String pName1,
                                            String pValue1,
                                            String pName2,
                                            String pValue2,
                                            String pName3,
                                            String pValue3)

CODE_system

public static DataBaseException CODE_system(Object pContext)

CODE_system

public static DataBaseException CODE_system(Object pContext,
                                            Throwable pContained)

CODE_internal_exception

public static DataBaseException CODE_internal_exception(String[] pContext)

CODE_internal_exception

public static DataBaseException CODE_internal_exception(String pName1,
                                                        String pValue1)

CODE_internal_exception

public static DataBaseException CODE_internal_exception(String pName1,
                                                        String pValue1,
                                                        String pName2,
                                                        String pValue2)

CODE_internal_exception

public static DataBaseException CODE_internal_exception(String pName1,
                                                        String pValue1,
                                                        String pName2,
                                                        String pValue2,
                                                        String pName3,
                                                        String pValue3)

CODE_internal_exception

public static DataBaseException CODE_internal_exception(Object pContext)

CODE_internal_exception

public static DataBaseException CODE_internal_exception(Object pContext,
                                                        Throwable pContained)

CODE_general

public static DataBaseException CODE_general(String[] pContext)