public class VerificationError extends GraalGraphJVMCIError
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
VerificationError(String msg,
Object... args)
This constructor creates a
VerificationError with a message assembled via
String.format(String, Object...) . |
addContext, addContext, graph, node, transformAndAddContext, transformAndAddContext
addContext, addContext, guarantee, shouldNotReachHere, shouldNotReachHere, shouldNotReachHere, toString, unimplemented, unimplemented
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
private static final long serialVersionUID
public VerificationError(String msg, Object... args)
VerificationError
with a message assembled via
String.format(String, Object...)
. It always uses the ENGLISH locale in order to
always generate the same output.msg
- the message that will be associated with the error, in String.format syntaxargs
- parameters to String.format - parameters that implement Iterable
will be
expanded into a [x, x, ...] representation.