Package ai.libs.mlplan.exception
Class UnsupportedProblemTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.libs.jaicore.ml.core.exception.UncheckedJaicoreMLException
-
- ai.libs.mlplan.exception.UnsupportedProblemTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedProblemTypeException extends ai.libs.jaicore.ml.core.exception.UncheckedJaicoreMLExceptionTheUnsupportedProblemTypeExceptionindicates that aIProblemTypeis chosen, that is unsupported for the ML-Plan version in use. Details concerning the error can be inferred from the associated message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedProblemTypeException(java.lang.String message)Creates a newUnsupportedProblemTypeExceptionwith the given parameters.UnsupportedProblemTypeException(java.lang.String message, java.lang.Throwable cause)Creates a newUnsupportedProblemTypeExceptionwith the given parameters.
-
-
-
Constructor Detail
-
UnsupportedProblemTypeException
public UnsupportedProblemTypeException(java.lang.String message, java.lang.Throwable cause)Creates a newUnsupportedProblemTypeExceptionwith the given parameters.- Parameters:
message- The message of thisException.cause- The underlying cause of thisException.
-
UnsupportedProblemTypeException
public UnsupportedProblemTypeException(java.lang.String message)
Creates a newUnsupportedProblemTypeExceptionwith the given parameters.- Parameters:
message- The message of thisException.
-
-