Class UnknownXsdException

All Implemented Interfaces:
Serializable

public class UnknownXsdException extends CommunicationEngineException
This exception can be used to indicate that a xsd could not be found.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownXsdException

      public UnknownXsdException(String xsdName)
      Constructs the exception with the name of the xsd that could not be found.
      Parameters:
      xsdName - the name of the xsd that could not be found.
  • Method Details

    • getName

      public String getName()
      This method returns the name of the unknown xsd.
      Returns:
      The name of the unknown xsd.