Class TrainingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TrainingException
    extends org.api4.java.algorithm.exceptions.AlgorithmException
    The TrainingException indicates that an error occurred during a training process. 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

      • TrainingException

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

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