public class GraalBailoutException extends BailoutException implements CausableByCompilerAssert
| Constructor and Description |
|---|
GraalBailoutException(boolean permanent,
String format,
Object... args) |
GraalBailoutException(String format,
Object... args) |
GraalBailoutException(Throwable cause,
String format,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCausedByCompilerAssert() |
public boolean isCausedByCompilerAssert()
isCausedByCompilerAssert in interface CausableByCompilerAssert