Class EDMConfigurationException

All Implemented Interfaces:
Serializable

public class EDMConfigurationException extends EDMException
Custom exception for errors related to EDM (Entity-Data-Model) configuration
See Also:
  • Constructor Details

    • EDMConfigurationException

      public EDMConfigurationException(String message)
      Constructor taking an error message as parameter.
      Parameters:
      message - The error message associated with the exception.