public class VectorSizeMismatchException extends NeurophException
| Constructor and Description | 
|---|
| VectorSizeMismatchException()Constructs an VectorSizeMismatchException with no detail message. | 
| VectorSizeMismatchException(String message)Constructs an VectorSizeMismatchException with the specified detail message. | 
| VectorSizeMismatchException(String message,
                           Throwable cause)Constructs a VectorSizeMismatchException with the specified detail message and specified cause. | 
| VectorSizeMismatchException(Throwable cause)Constructs a new runtime exception with the specified cause | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VectorSizeMismatchException()
public VectorSizeMismatchException(String message)
message - the detail message.public VectorSizeMismatchException(String message, Throwable cause)
message - the detail message.cause - the cause for exceptionpublic VectorSizeMismatchException(Throwable cause)
cause - the cause for exceptionCopyright © 2019 Neuroph Project. All rights reserved.