Class UnknownSchemaSetException

All Implemented Interfaces:
Serializable

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

    • UnknownSchemaSetException

      public UnknownSchemaSetException(String name)
      Constructs the exception with the name of the unknown schema set.
      Parameters:
      name - The name of the unknown schema set.
  • Method Details

    • getXsdTypeName

      public String getXsdTypeName()
      This method returns the name of the unknown schema set.
      Returns:
      The name of the unknown schema set.