Class UnsupportedProblemTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedProblemTypeException
    extends ai.libs.jaicore.ml.core.exception.UncheckedJaicoreMLException
    The UnsupportedProblemTypeException indicates that a IProblemType is 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsupportedProblemTypeException

        public UnsupportedProblemTypeException​(java.lang.String message,
                                               java.lang.Throwable cause)
        Creates a new UnsupportedProblemTypeException with the given parameters.
        Parameters:
        message - The message of this Exception.
        cause - The underlying cause of this Exception.
      • UnsupportedProblemTypeException

        public UnsupportedProblemTypeException​(java.lang.String message)
        Creates a new UnsupportedProblemTypeException with the given parameters.
        Parameters:
        message - The message of this Exception.