Class ProblemNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.uga.pddl4j.planners.ProblemNotSupportedException
All Implemented Interfaces:
Serializable

public class ProblemNotSupportedException extends Exception
A ProblemNotSupportedException is launch to indicate that a problem is not supported by a planner.
See Also:
Serialized Form
  • Constructor Details

    • ProblemNotSupportedException

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