Class FieldValueProviderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyOutOfRangeException

public class FieldValueProviderException extends FacetConfigServiceException
Thrown by FieldValueProvider whenever the specialized field value provider cannot obtain the value
See Also:
  • Constructor Details

    • FieldValueProviderException

      public FieldValueProviderException(String message, Throwable nested)
      Initializes the exception
      Parameters:
      message - - error message
      nested - - nested exception
    • FieldValueProviderException

      public FieldValueProviderException(String message)
      Initializes the exception
      Parameters:
      message - - error message