Class UnknownProcessNodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.process.exception.ProcessException
-
- com.aquima.interactions.process.exception.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownProcessNodeException(GUID processNodeId)
Constructs the exception with the invalid process node id.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GUID
getProcessNodeId()
This method returns the name of the process that was invalid.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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 Detail
-
getProcessNodeId
public GUID getProcessNodeId()
This method returns the name of the process that was invalid.- Returns:
- the name of the process that was invalid.
-
-