public class NeurophOutputException extends NeurophException
OutputAdapter,
Serialized Form| Constructor and Description |
|---|
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
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 exceptionCopyright © 2019 Neuroph Project. All rights reserved.