org.jostraca.util
Class PropertySetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jostraca.util.StandardException
                  extended byorg.jostraca.util.PropertySetException
All Implemented Interfaces:
java.io.Serializable

public class PropertySetException
extends StandardException

PropertySetException class.

See Also:
Serialized Form

Nested Class Summary
static class PropertySetException.Code
          Code enumeration class for PropertySetException
 
Nested classes inherited from class org.jostraca.util.StandardException
StandardException.Cat
 
Field Summary
static PropertySetException.Code CODE_invalid_names
           
static PropertySetException.Code CODE_load_modifier_classes
           
static PropertySetException.Code CODE_load_property_file
           
static PropertySetException.Code CODE_save_property_file
           
static PropertySetException.Code CODE_system
           
static PropertySetException.Code CODE_unknown_propertyset
           
 
Fields inherited from class org.jostraca.util.StandardException
CODE_user, DEFAULT_CODE, iCode, iContained, iContext, iOrigin, iOriginalMessage, KEY_standard
 
Constructor Summary
PropertySetException()
           
PropertySetException(java.lang.Object pContext)
           
PropertySetException(java.lang.Object[] pContext)
           
PropertySetException(PropertySetException.Code pCode)
           
PropertySetException(PropertySetException.Code pCode, java.lang.Object pContext)
           
PropertySetException(PropertySetException.Code pCode, java.lang.Object[] pContext)
           
PropertySetException(PropertySetException.Code pCode, java.lang.Object[] pContext, java.lang.Throwable pContained)
           
PropertySetException(PropertySetException.Code pCode, java.lang.Object pContext, java.lang.Throwable pContained)
           
PropertySetException(PropertySetException.Code pCode, java.lang.String pMsg)
           
PropertySetException(PropertySetException.Code pCode, java.lang.String[] pContext)
           
PropertySetException(PropertySetException.Code pCode, java.lang.String[] pContext, java.lang.Throwable pContained)
           
PropertySetException(PropertySetException.Code pCode, java.lang.String pMsg, java.lang.Object pContext)
           
PropertySetException(PropertySetException.Code pCode, java.lang.String pMsg, java.lang.Object[] pContext)
           
PropertySetException(PropertySetException.Code pCode, java.lang.String pMsg, java.lang.String[] pContext)
           
PropertySetException(PropertySetException.Code pCode, java.lang.String pMessage, java.lang.Throwable pContained)
           
PropertySetException(PropertySetException.Code pCode, java.lang.Throwable pContained)
           
PropertySetException(java.lang.String pMsg)
           
PropertySetException(java.lang.String[] pContext)
           
PropertySetException(java.lang.String pMsg, java.lang.Object pContext)
           
PropertySetException(java.lang.String pMsg, java.lang.Object[] pContext)
           
PropertySetException(java.lang.String pMsg, java.lang.String[] pContext)
           
PropertySetException(java.lang.String pMessage, java.lang.Throwable pContained)
           
PropertySetException(java.lang.Throwable pContained)
           
 
Method Summary
static PropertySetException CODE_invalid_names(java.lang.Object pContext)
           
static PropertySetException CODE_invalid_names(java.lang.Object pContext, java.lang.Throwable pContained)
           
static PropertySetException CODE_invalid_names(java.lang.String[] pContext)
           
static PropertySetException CODE_invalid_names(java.lang.String pName1, java.lang.String pValue1)
           
static PropertySetException CODE_invalid_names(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2)
           
static PropertySetException CODE_invalid_names(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2, java.lang.String pName3, java.lang.String pValue3)
           
static PropertySetException CODE_load_modifier_classes(java.lang.Object pContext)
           
static PropertySetException CODE_load_modifier_classes(java.lang.Object pContext, java.lang.Throwable pContained)
           
static PropertySetException CODE_load_modifier_classes(java.lang.String[] pContext)
           
static PropertySetException CODE_load_modifier_classes(java.lang.String pName1, java.lang.String pValue1)
           
static PropertySetException CODE_load_modifier_classes(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2)
           
static PropertySetException CODE_load_modifier_classes(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2, java.lang.String pName3, java.lang.String pValue3)
           
static PropertySetException CODE_load_property_file(java.lang.Object pContext)
           
static PropertySetException CODE_load_property_file(java.lang.Object pContext, java.lang.Throwable pContained)
           
static PropertySetException CODE_load_property_file(java.lang.String[] pContext)
           
static PropertySetException CODE_load_property_file(java.lang.String pName1, java.lang.String pValue1)
           
static PropertySetException CODE_load_property_file(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2)
           
static PropertySetException CODE_load_property_file(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2, java.lang.String pName3, java.lang.String pValue3)
           
static PropertySetException CODE_save_property_file(java.lang.Object pContext)
           
static PropertySetException CODE_save_property_file(java.lang.Object pContext, java.lang.Throwable pContained)
           
static PropertySetException CODE_save_property_file(java.lang.String[] pContext)
           
static PropertySetException CODE_save_property_file(java.lang.String pName1, java.lang.String pValue1)
           
static PropertySetException CODE_save_property_file(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2)
           
static PropertySetException CODE_save_property_file(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2, java.lang.String pName3, java.lang.String pValue3)
           
static PropertySetException CODE_system(java.lang.Object pContext)
           
static PropertySetException CODE_system(java.lang.Object pContext, java.lang.Throwable pContained)
           
static PropertySetException CODE_system(java.lang.String[] pContext)
           
static PropertySetException CODE_system(java.lang.String pName1, java.lang.String pValue1)
           
static PropertySetException CODE_system(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2)
           
static PropertySetException CODE_system(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2, java.lang.String pName3, java.lang.String pValue3)
           
static PropertySetException CODE_unknown_propertyset(java.lang.Object pContext)
           
static PropertySetException CODE_unknown_propertyset(java.lang.Object pContext, java.lang.Throwable pContained)
           
static PropertySetException CODE_unknown_propertyset(java.lang.String[] pContext)
           
static PropertySetException CODE_unknown_propertyset(java.lang.String pName1, java.lang.String pValue1)
           
static PropertySetException CODE_unknown_propertyset(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2)
           
static PropertySetException CODE_unknown_propertyset(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2, java.lang.String pName3, java.lang.String pValue3)
           
 java.lang.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 PropertySetException.Code CODE_system

CODE_load_modifier_classes

public static final PropertySetException.Code CODE_load_modifier_classes

CODE_invalid_names

public static final PropertySetException.Code CODE_invalid_names

CODE_load_property_file

public static final PropertySetException.Code CODE_load_property_file

CODE_save_property_file

public static final PropertySetException.Code CODE_save_property_file

CODE_unknown_propertyset

public static final PropertySetException.Code CODE_unknown_propertyset
Constructor Detail

PropertySetException

public PropertySetException()

PropertySetException

public PropertySetException(java.lang.String pMsg)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.String pMsg)

PropertySetException

public PropertySetException(PropertySetException.Code pCode)

PropertySetException

public PropertySetException(java.lang.Object pContext)

PropertySetException

public PropertySetException(java.lang.String[] pContext)

PropertySetException

public PropertySetException(java.lang.Object[] pContext)

PropertySetException

public PropertySetException(java.lang.String pMsg,
                            java.lang.Object pContext)

PropertySetException

public PropertySetException(java.lang.String pMsg,
                            java.lang.String[] pContext)

PropertySetException

public PropertySetException(java.lang.String pMsg,
                            java.lang.Object[] pContext)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.String pMsg,
                            java.lang.Object pContext)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.String pMsg,
                            java.lang.String[] pContext)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.String pMsg,
                            java.lang.Object[] pContext)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.Object pContext)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.String[] pContext)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.Object[] pContext)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.Throwable pContained)

PropertySetException

public PropertySetException(java.lang.Throwable pContained)

PropertySetException

public PropertySetException(java.lang.String pMessage,
                            java.lang.Throwable pContained)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.String pMessage,
                            java.lang.Throwable pContained)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.Object pContext,
                            java.lang.Throwable pContained)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.String[] pContext,
                            java.lang.Throwable pContained)

PropertySetException

public PropertySetException(PropertySetException.Code pCode,
                            java.lang.Object[] pContext,
                            java.lang.Throwable pContained)
Method Detail

CODE_system

public static PropertySetException CODE_system(java.lang.String[] pContext)

CODE_system

public static PropertySetException CODE_system(java.lang.String pName1,
                                               java.lang.String pValue1)

CODE_system

public static PropertySetException CODE_system(java.lang.String pName1,
                                               java.lang.String pValue1,
                                               java.lang.String pName2,
                                               java.lang.String pValue2)

CODE_system

public static PropertySetException CODE_system(java.lang.String pName1,
                                               java.lang.String pValue1,
                                               java.lang.String pName2,
                                               java.lang.String pValue2,
                                               java.lang.String pName3,
                                               java.lang.String pValue3)

CODE_system

public static PropertySetException CODE_system(java.lang.Object pContext)

CODE_system

public static PropertySetException CODE_system(java.lang.Object pContext,
                                               java.lang.Throwable pContained)

CODE_load_modifier_classes

public static PropertySetException CODE_load_modifier_classes(java.lang.String[] pContext)

CODE_load_modifier_classes

public static PropertySetException CODE_load_modifier_classes(java.lang.String pName1,
                                                              java.lang.String pValue1)

CODE_load_modifier_classes

public static PropertySetException CODE_load_modifier_classes(java.lang.String pName1,
                                                              java.lang.String pValue1,
                                                              java.lang.String pName2,
                                                              java.lang.String pValue2)

CODE_load_modifier_classes

public static PropertySetException CODE_load_modifier_classes(java.lang.String pName1,
                                                              java.lang.String pValue1,
                                                              java.lang.String pName2,
                                                              java.lang.String pValue2,
                                                              java.lang.String pName3,
                                                              java.lang.String pValue3)

CODE_load_modifier_classes

public static PropertySetException CODE_load_modifier_classes(java.lang.Object pContext)

CODE_load_modifier_classes

public static PropertySetException CODE_load_modifier_classes(java.lang.Object pContext,
                                                              java.lang.Throwable pContained)

CODE_invalid_names

public static PropertySetException CODE_invalid_names(java.lang.String[] pContext)

CODE_invalid_names

public static PropertySetException CODE_invalid_names(java.lang.String pName1,
                                                      java.lang.String pValue1)

CODE_invalid_names

public static PropertySetException CODE_invalid_names(java.lang.String pName1,
                                                      java.lang.String pValue1,
                                                      java.lang.String pName2,
                                                      java.lang.String pValue2)

CODE_invalid_names

public static PropertySetException CODE_invalid_names(java.lang.String pName1,
                                                      java.lang.String pValue1,
                                                      java.lang.String pName2,
                                                      java.lang.String pValue2,
                                                      java.lang.String pName3,
                                                      java.lang.String pValue3)

CODE_invalid_names

public static PropertySetException CODE_invalid_names(java.lang.Object pContext)

CODE_invalid_names

public static PropertySetException CODE_invalid_names(java.lang.Object pContext,
                                                      java.lang.Throwable pContained)

CODE_load_property_file

public static PropertySetException CODE_load_property_file(java.lang.String[] pContext)

CODE_load_property_file

public static PropertySetException CODE_load_property_file(java.lang.String pName1,
                                                           java.lang.String pValue1)

CODE_load_property_file

public static PropertySetException CODE_load_property_file(java.lang.String pName1,
                                                           java.lang.String pValue1,
                                                           java.lang.String pName2,
                                                           java.lang.String pValue2)

CODE_load_property_file

public static PropertySetException CODE_load_property_file(java.lang.String pName1,
                                                           java.lang.String pValue1,
                                                           java.lang.String pName2,
                                                           java.lang.String pValue2,
                                                           java.lang.String pName3,
                                                           java.lang.String pValue3)

CODE_load_property_file

public static PropertySetException CODE_load_property_file(java.lang.Object pContext)

CODE_load_property_file

public static PropertySetException CODE_load_property_file(java.lang.Object pContext,
                                                           java.lang.Throwable pContained)

CODE_save_property_file

public static PropertySetException CODE_save_property_file(java.lang.String[] pContext)

CODE_save_property_file

public static PropertySetException CODE_save_property_file(java.lang.String pName1,
                                                           java.lang.String pValue1)

CODE_save_property_file

public static PropertySetException CODE_save_property_file(java.lang.String pName1,
                                                           java.lang.String pValue1,
                                                           java.lang.String pName2,
                                                           java.lang.String pValue2)

CODE_save_property_file

public static PropertySetException CODE_save_property_file(java.lang.String pName1,
                                                           java.lang.String pValue1,
                                                           java.lang.String pName2,
                                                           java.lang.String pValue2,
                                                           java.lang.String pName3,
                                                           java.lang.String pValue3)

CODE_save_property_file

public static PropertySetException CODE_save_property_file(java.lang.Object pContext)

CODE_save_property_file

public static PropertySetException CODE_save_property_file(java.lang.Object pContext,
                                                           java.lang.Throwable pContained)

CODE_unknown_propertyset

public static PropertySetException CODE_unknown_propertyset(java.lang.String[] pContext)

CODE_unknown_propertyset

public static PropertySetException CODE_unknown_propertyset(java.lang.String pName1,
                                                            java.lang.String pValue1)

CODE_unknown_propertyset

public static PropertySetException CODE_unknown_propertyset(java.lang.String pName1,
                                                            java.lang.String pValue1,
                                                            java.lang.String pName2,
                                                            java.lang.String pValue2)

CODE_unknown_propertyset

public static PropertySetException CODE_unknown_propertyset(java.lang.String pName1,
                                                            java.lang.String pValue1,
                                                            java.lang.String pName2,
                                                            java.lang.String pValue2,
                                                            java.lang.String pName3,
                                                            java.lang.String pValue3)

CODE_unknown_propertyset

public static PropertySetException CODE_unknown_propertyset(java.lang.Object pContext)

CODE_unknown_propertyset

public static PropertySetException CODE_unknown_propertyset(java.lang.Object pContext,
                                                            java.lang.Throwable pContained)

getPackage

public java.lang.String getPackage()
Overrides:
getPackage in class StandardException


Copyright © 2000-2002 Richard Rodger