org.encog.persist
public class PersistError extends EncogError
Constructor and Description |
---|
PersistError(String msg)
Construct a message exception.
|
PersistError(String msg,
Throwable t)
Construct an exception that holds another exception.
|
PersistError(Throwable t)
Construct an exception that holds another exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PersistError(String msg)
msg
- The exception message.public PersistError(String msg, Throwable t)
msg
- The message.t
- The other exception.public PersistError(Throwable t)
t
- The other exception.Copyright © 2014. All Rights Reserved.