Class UnknownProcessNodeException

All Implemented Interfaces:
Serializable

public class UnknownProcessNodeException extends ProcessException
This type of exception is used when an invalid process node is encountered.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownProcessNodeException

      public UnknownProcessNodeException(GUID processNodeId)
      Constructs the exception with the invalid process node id.
      Parameters:
      processNodeId - The id of the process node that is invalid
  • Method Details

    • getProcessNodeId

      public GUID getProcessNodeId()
      This method returns the name of the process that was invalid.
      Returns:
      the name of the process that was invalid.