public class EAsmException
extends com.neeve.build.codegen.ECgException
| Constructor and Description |
|---|
EAsmException(String str)
Construct using error string.
|
EAsmException(String str,
com.neeve.build.codegen.CgCodeSource codeSource)
Construct using error string and source code info.
|
EAsmException(String string,
com.neeve.build.codegen.CgSourceCodeErrorAggregator aggregatedErrors) |
EAsmException(String str,
Throwable cause)
Construct using error string and cause.
|
EAsmException(String str,
Throwable cause,
com.neeve.build.codegen.CgCodeSource codeSource)
Construct using error string, cause and source code info
|
EAsmException(String string,
Throwable cause,
com.neeve.build.codegen.CgSourceCodeErrorAggregator aggregatedErrors) |
EAsmException(Throwable cause)
Construct error with linked exception
|
getAggregatedErrors, getCodeSource, toMapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EAsmException(Throwable cause)
public EAsmException(String str)
public EAsmException(String str, com.neeve.build.codegen.CgCodeSource codeSource)
public EAsmException(String str, Throwable cause)
public EAsmException(String str, Throwable cause, com.neeve.build.codegen.CgCodeSource codeSource)
public EAsmException(String string, com.neeve.build.codegen.CgSourceCodeErrorAggregator aggregatedErrors)
string - The error message.aggregatedErrors - The aggregated errors.Copyright © 2016 Neeve Research, LLC. All Rights Reserved.