org.encog.persist
Class PersistError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.EncogError
-
- org.encog.persist.PersistError
-
- All Implemented Interfaces:
- java.io.Serializable
public class PersistError extends EncogError
General error class for Encog persistence.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description PersistError(java.lang.String msg)Construct a message exception.PersistError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.PersistError(java.lang.Throwable t)Construct an exception that holds another exception.
-
-
-
Constructor Detail
-
PersistError
public PersistError(java.lang.String msg)
Construct a message exception.- Parameters:
msg- The exception message.
-
PersistError
public PersistError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.- Parameters:
msg- The message.t- The other exception.
-
PersistError
public PersistError(java.lang.Throwable t)
Construct an exception that holds another exception.- Parameters:
t- The other exception.
-
-
DMelt 3.0 © DataMelt by jWork.ORG