public class BailoutException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private boolean |
permanent |
static long |
serialVersionUID |
Constructor and Description |
---|
BailoutException(boolean permanent,
String format,
Object... args)
Creates a new
BailoutException . |
BailoutException(String format,
Object... args)
Creates a new
BailoutException . |
BailoutException(Throwable cause,
String format,
Object... args)
Creates a new
BailoutException . |
Modifier and Type | Method and Description |
---|---|
boolean |
isPermanent() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
private final boolean permanent
public BailoutException(String format, Object... args)
BailoutException
.args
- parameters to the formatterpublic BailoutException(Throwable cause, String format, Object... args)
BailoutException
.args
- parameters to the formatterpublic BailoutException(boolean permanent, String format, Object... args)
BailoutException
.permanent
- specifies whether this exception will occur again if compilation is retriedargs
- parameters to the formatterpublic boolean isPermanent()