public class NeurophException extends RuntimeException
| Constructor and Description |
|---|
NeurophException()
Default constructor.
|
NeurophException(String msg)
Construct a message exception.
|
NeurophException(String msg,
Throwable t)
Construct an exception that holds another exception.
|
NeurophException(Throwable t)
Construct an exception that holds another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NeurophException()
public NeurophException(String msg)
msg - The exception message.public NeurophException(Throwable t)
t - The other exception.Copyright © 2019 Neuroph Project. All rights reserved.