Class RequirementNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.uga.pddl4j.problem.RequirementNotSupportedException
All Implemented Interfaces:
Serializable

public class RequirementNotSupportedException extends RuntimeException
A RequirementNotSupportedException is launch to indicate that a method does not support as input a specific problem requirement.
See Also:
Serialized Form
  • Constructor Details

    • RequirementNotSupportedException

      public RequirementNotSupportedException(String message)
      Creates a new RequirementNotSupportedException with a specific message.
      Parameters:
      message - the message of exception.