|
Neuroph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neuroph.core.exceptions.VectorSizeMismatchException
public class VectorSizeMismatchException
Thrown to indicate that vector size does not match the network input or training element size.
| Constructor Summary | |
|---|---|
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 |
|---|
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 |
|---|
public VectorSizeMismatchException()
public VectorSizeMismatchException(java.lang.String message)
message - the detail message.
public VectorSizeMismatchException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause for exceptionpublic VectorSizeMismatchException(java.lang.Throwable cause)
cause - the cause for exception
|
Neuroph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||