|
||||||||||
| 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.NeurophException
org.neuroph.util.io.NeurophOutputException
public class NeurophOutputException
This exception is thrown when some error occurs when writing neural network output using some output adapter.
OutputAdapter,
Serialized Form| Constructor Summary | |
|---|---|
NeurophOutputException()
Constructs an NeurophOutputException with no detail message. |
|
NeurophOutputException(String message)
Constructs an NeurophOutputException with the specified detail message. |
|
NeurophOutputException(String message,
Throwable cause)
Constructs a NeurophOutputException with the specified detail message and specified cause. |
|
NeurophOutputException(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 NeurophOutputException()
public NeurophOutputException(String message)
message - the detail message.
public NeurophOutputException(String message,
Throwable cause)
message - the detail message.cause - the cause for exceptionpublic NeurophOutputException(Throwable cause)
cause - the cause for exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||