Class UnknownTypeMappingException

All Implemented Interfaces:
Serializable

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

    • UnknownTypeMappingException

      public UnknownTypeMappingException(QualifiedName name)
      Constructs the exception with the name of the unknown type mapping.
      Parameters:
      name - The name of the unknown type mapping.
  • Method Details

    • getTypeMappingName

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