Package fr.uga.pddl4j.problem
Class RequirementNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.uga.pddl4j.problem.RequirementNotSupportedException
- All Implemented Interfaces:
Serializable
A
RequirementNotSupportedException
is launch to indicate that a method does not support as input a
specific problem requirement.- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionRequirementNotSupportedException(String message)
Creates a new RequirementNotSupportedException with a specific message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequirementNotSupportedException
Creates a new RequirementNotSupportedException with a specific message.- Parameters:
message
- the message of exception.
-