Class UnknownSchemaException

All Implemented Interfaces:
Serializable

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

    • UnknownSchemaException

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

    • getSchemaName

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