public class EACompileError extends EAError
| Constructor and Description |
|---|
EACompileError(java.lang.String msg)
Construct the error.
|
EACompileError(java.lang.String msg,
java.lang.Throwable t)
Construct the error.
|
EACompileError(java.lang.Throwable t)
Construct the error.
|
public EACompileError(java.lang.String msg)
msg - The message.public EACompileError(java.lang.String msg,
java.lang.Throwable t)
msg - The message.t - The error.public EACompileError(java.lang.Throwable t)
t - An error.