Class EDMException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EDMConfigurationException, EDMConstraintViolationException, EDMConverterException, EDMPolicyException

public class EDMException extends RuntimeException
Exception class representing errors encountered in the EDM (Extensible Data Model) system.
See Also:
  • Constructor Details

    • EDMException

      public EDMException(String message)
      Constructs a new EDMException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method) to provide more information about the exception.
    • EDMException

      public EDMException(String message, Throwable cause)
      Constructs a new EDMException with the specified detail message and cause.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method) to provide more information about the exception.
      cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).