org.neuroph.util.io
Class NeurophOutputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.neuroph.core.exceptions.NeurophException
-
- org.neuroph.util.io.NeurophOutputException
-
- All Implemented Interfaces:
- java.io.Serializable
public class NeurophOutputException extends NeurophException
This exception is thrown when some error occurs when writing neural network output using some output adapter.- See Also:
OutputAdapter, Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NeurophOutputException()Constructs an NeurophOutputException with no detail message.NeurophOutputException(java.lang.String message)Constructs an NeurophOutputException with the specified detail message.NeurophOutputException(java.lang.String message, java.lang.Throwable cause)Constructs a NeurophOutputException with the specified detail message and specified cause.NeurophOutputException(java.lang.Throwable cause)Constructs a new runtime exception with the specified cause
-
-
-
Constructor Detail
-
NeurophOutputException
public NeurophOutputException()
Constructs an NeurophOutputException with no detail message.
-
NeurophOutputException
public NeurophOutputException(java.lang.String message)
Constructs an NeurophOutputException with the specified detail message.- Parameters:
message- the detail message.
-
NeurophOutputException
public NeurophOutputException(java.lang.String message, java.lang.Throwable cause)Constructs a NeurophOutputException with the specified detail message and specified cause.- Parameters:
message- the detail message.cause- the cause for exception
-
NeurophOutputException
public NeurophOutputException(java.lang.Throwable cause)
Constructs a new runtime exception with the specified cause- Parameters:
cause- the cause for exception
-
-
DMelt 3.0 © DataMelt by jWork.ORG