Class InfiniteSchemaException

All Implemented Interfaces:
Serializable

public class InfiniteSchemaException extends CommunicationEngineException
Exception used to indicate an infinite loop (recursion) was detected during domain schema contract parsing/composing.
Since:
10.3
Author:
Emoke Olti
See Also:
  • Constructor Details

    • InfiniteSchemaException

      public InfiniteSchemaException(String schemaName)
      Constructs an exception for a specified domain schema name.
      Parameters:
      schemaName - The name of the domain schema in which the infinite loop was detected.
  • Method Details

    • getSchemaName

      public String getSchemaName()
      This method returns the schema name in which the infinite loop was detected.
      Returns:
      The name of the flow in which the recursion was detected.