Class ActNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.machanism.machai.gw.processor.ActNotFound
All Implemented Interfaces:
Serializable

public class ActNotFound extends IOException
Exception thrown when a requested act definition cannot be found.
See Also:
  • Constructor Details

    • ActNotFound

      public ActNotFound(String name)
      Creates an exception for the missing act name.
      Parameters:
      name - missing act name
  • Method Details

    • getName

      public String getName()
      Returns the missing act name.
      Returns:
      missing act name