Class DfPreferenceException

All Implemented Interfaces:
IDfException, Serializable

public class DfPreferenceException extends DfTypedObjectException
An exception that occurs when operating on a IDfTypedObject instance.
See Also:
  • Method Details

    • newNotProgrammaticException

      public static DfPreferenceException newNotProgrammaticException(com.documentum.fc.common.impl.preferences.TypedPreferences object, String preferenceName)
    • newBadSyntaxException

      public static DfPreferenceException newBadSyntaxException(com.documentum.fc.common.impl.preferences.TypedPreferences object, String preferenceName)
    • newUnknownReferenceException

      public static DfPreferenceException newUnknownReferenceException(com.documentum.fc.common.impl.preferences.TypedPreferences object, String preferenceName, String referenceName)
    • newCircularReferenceException

      public static DfPreferenceException newCircularReferenceException(com.documentum.fc.common.impl.preferences.TypedPreferences object, String preferenceName, String referenceName)
    • getPreferenceName

      public String getPreferenceName()
      Gets the preference name.