Documentation of 'org.neuroph.core.exceptions.VectorSizeMismatchException' Java class
VectorSizeMismatchException
org.neuroph.core.exceptions

Class VectorSizeMismatchException

  • All Implemented Interfaces:
    java.io.Serializable


    public class VectorSizeMismatchException
    extends NeurophException
    Thrown to indicate that vector size does not match the network input or training element size.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      VectorSizeMismatchException()
      Constructs an VectorSizeMismatchException with no detail message.
      VectorSizeMismatchException(java.lang.String message)
      Constructs an VectorSizeMismatchException with the specified detail message.
      VectorSizeMismatchException(java.lang.String message, java.lang.Throwable cause)
      Constructs a VectorSizeMismatchException with the specified detail message and specified cause.
      VectorSizeMismatchException(java.lang.Throwable cause)
      Constructs a new runtime exception with the specified cause
    • 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

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

      • VectorSizeMismatchException

        public VectorSizeMismatchException()
        Constructs an VectorSizeMismatchException with no detail message.
      • VectorSizeMismatchException

        public VectorSizeMismatchException(java.lang.String message)
        Constructs an VectorSizeMismatchException with the specified detail message.
        Parameters:
        message - the detail message.
      • VectorSizeMismatchException

        public VectorSizeMismatchException(java.lang.String message,
                                           java.lang.Throwable cause)
        Constructs a VectorSizeMismatchException with the specified detail message and specified cause.
        Parameters:
        message - the detail message.
        cause - the cause for exception
      • VectorSizeMismatchException

        public VectorSizeMismatchException(java.lang.Throwable cause)
        Constructs a new runtime exception with the specified cause
        Parameters:
        cause - the cause for exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.