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