Class EDMConverterException

All Implemented Interfaces:
Serializable

public class EDMConverterException extends EDMException
Exception class representing an error that occurred during the conversion process in EDM (Extensible Data Model) operations.
See Also:
  • Constructor Details

    • EDMConverterException

      public EDMConverterException(String message)
      Constructs a new EDMConverterException with the specified error message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).
    • EDMConverterException

      public EDMConverterException(String message, Throwable cause)
      Constructs a new EDMConverterException with the specified detail message and cause.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).