Class ActNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.machanism.machai.gw.processor.ActNotFound
- All Implemented Interfaces:
Serializable
Exception thrown when a requested act definition cannot be found.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActNotFound
Creates an exception for the missing act name.- Parameters:
name- missing act name
-
-
Method Details
-
getName
Returns the missing act name.- Returns:
- missing act name
-