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