public final class XVMException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
java.lang.String |
reason |
Constructor and Description |
---|
XVMException(java.lang.String reason) |
Modifier and Type | Method and Description |
---|---|
static XVMException |
divisionByZero() |
static XVMException |
internalError(java.lang.Exception e) |
static XVMException |
internalError(java.lang.String message) |
static XVMException |
intMismatch() |
static XVMException |
invalidMemAccess() |
static XVMException |
invalidPC() |
static XVMException |
invalidStackAccess() |
static void |
main(java.lang.String[] args) |
static XVMException |
pointerMismatch() |
static XVMException |
stackOverflow() |
static XVMException |
stackUnderflow() |
static XVMException |
wordOverflow() |
public static XVMException wordOverflow()
public static XVMException intMismatch()
public static XVMException pointerMismatch()
public static XVMException stackUnderflow()
public static XVMException stackOverflow()
public static XVMException invalidStackAccess()
public static XVMException invalidMemAccess()
public static XVMException invalidPC()
public static XVMException divisionByZero()
public static XVMException internalError(java.lang.String message)
public static XVMException internalError(java.lang.Exception e)
public static void main(java.lang.String[] args)