Package fr.uga.pddl4j.planners
Class InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.uga.pddl4j.planners.InvalidConfigurationException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a planner configuration is invalid.
- Since:
- 4.0
- See Also:
PlannerConfiguration
, Serialized Form
-
Constructor Summary
ConstructorDescriptionCreates a new invalid configuration exception.InvalidConfigurationException(String message)
Creates a new invalid configuration exception 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
-
InvalidConfigurationException
public InvalidConfigurationException()Creates a new invalid configuration exception.- See Also:
Exception()
-
InvalidConfigurationException
Creates a new invalid configuration exception with a specific message.- Parameters:
message
- the message.- See Also:
Exception(String)
-