public class AnalystCodeGenerationError extends AnalystError
| 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.
|
public AnalystCodeGenerationError(java.lang.String msg)
msg - The exception message.public AnalystCodeGenerationError(java.lang.String msg,
java.lang.Throwable t)
msg - A message.t - The other exception.public AnalystCodeGenerationError(java.lang.Throwable t)
t - The other exception.