public class OutOfRegistersException extends BailoutException
Modifier and Type | Field and Description |
---|---|
private String |
description |
private static long |
serialVersionUID |
Constructor and Description |
---|
OutOfRegistersException(boolean permanent,
String msg) |
OutOfRegistersException(boolean permanent,
String msg,
String description) |
OutOfRegistersException(String msg) |
OutOfRegistersException(String msg,
String description) |
OutOfRegistersException(Throwable cause,
String msg) |
OutOfRegistersException(Throwable cause,
String msg,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
isPermanent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final String description
public OutOfRegistersException(String msg)
public OutOfRegistersException(Throwable cause, String msg)
public OutOfRegistersException(boolean permanent, String msg)
public OutOfRegistersException(String msg, String description)
public OutOfRegistersException(Throwable cause, String msg, String description)
public OutOfRegistersException(boolean permanent, String msg, String description)
public String getDescription()