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