org.neuroph.contrib.imgrec
Class ImageSizeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)