Neuroph

org.neuroph.contrib.imgrec
Class ImageSizeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.neuroph.contrib.imgrec.ImageSizeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class ImageSizeMismatchException
extends java.lang.RuntimeException

This exception is thrown when image vector size is different than input vector size which is accepted by neural network

See Also:
Serialized Form

Constructor Summary
ImageSizeMismatchException()
           
ImageSizeMismatchException(java.lang.String message)
           
ImageSizeMismatchException(java.lang.String message, java.lang.Throwable arg1)
           
ImageSizeMismatchException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

ImageSizeMismatchException

public ImageSizeMismatchException()

ImageSizeMismatchException

public ImageSizeMismatchException(java.lang.String message)

ImageSizeMismatchException

public ImageSizeMismatchException(java.lang.String message,
                                  java.lang.Throwable arg1)

ImageSizeMismatchException

public ImageSizeMismatchException(java.lang.Throwable arg0)

Neuroph