org.neuroph.core.exceptions
Class NeurophException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.neuroph.core.exceptions.NeurophException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NeurophInputException, NeurophOutputException, VectorSizeMismatchException
public class NeurophException extends java.lang.RuntimeExceptionBase exception type for Neuroph.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NeurophException()Default constructor.NeurophException(java.lang.String msg)Construct a message exception.NeurophException(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.NeurophException(java.lang.Throwable t)Construct an exception that holds another exception.
-
-
-
Constructor Detail
-
NeurophException
public NeurophException()
Default constructor.
-
NeurophException
public NeurophException(java.lang.String msg)
Construct a message exception.- Parameters:
msg- The exception message.
-
NeurophException
public NeurophException(java.lang.Throwable t)
Construct an exception that holds another exception.- Parameters:
t- The other exception.
-
NeurophException
public NeurophException(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.- Parameters:
msg- A message.t- The other exception.
-
-
DMelt 3.0 © DataMelt by jWork.ORG