public class CodeGeneratorException extends RuntimeException
| Constructor and Description |
|---|
CodeGeneratorException(String msg) |
CodeGeneratorException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
static void |
check(boolean expr,
String msg,
Object... msgArgs) |
static void |
propagateError(String msg,
Object... msgArgs) |
static void |
propagateError(Throwable t,
String msg,
Object... msgArgs) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CodeGeneratorException(String msg)
public CodeGeneratorException(Throwable e)
public static void check(boolean expr,
String msg,
Object... msgArgs)
throws CodeGeneratorException
CodeGeneratorExceptionpublic static void propagateError(Throwable t, String msg, Object... msgArgs) throws CodeGeneratorException
CodeGeneratorExceptionpublic static void propagateError(String msg, Object... msgArgs) throws CodeGeneratorException
CodeGeneratorExceptionCopyright © 2010–2017 EvoSuite. All rights reserved.