Class UnknownElementMappingException

All Implemented Interfaces:
Serializable

public final class UnknownElementMappingException extends CommunicationEngineException
This exception is used to indicate a service definition could not be found for a specific name.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownElementMappingException

      public UnknownElementMappingException(QualifiedName name)
      Construct an UnknownElementMappingException with a qualified name.
      Parameters:
      name - The qualified name.
  • Method Details

    • getElementMappingName

      public QualifiedName getElementMappingName()
      This method returns the name of the unknown element mapping.
      Returns:
      The name of the unknown element mapping.