public class InstructRuntimeException extends RuntimeException
| 构造器和说明 |
|---|
InstructRuntimeException(Location.RuntimeLocation location,
String errorMessage) |
InstructRuntimeException(Location.RuntimeLocation location,
String errorMessage,
Throwable e) |
InstructRuntimeException(Location.RuntimeLocation location,
Throwable e) |
| 限定符和类型 | 方法和说明 |
|---|---|
Location |
getLocation() |
int |
getMethodAddress() |
int |
getProgramAddress() |
public InstructRuntimeException(Location.RuntimeLocation location, String errorMessage)
public InstructRuntimeException(Location.RuntimeLocation location, String errorMessage, Throwable e)
public InstructRuntimeException(Location.RuntimeLocation location, Throwable e)
public Location getLocation()
public int getProgramAddress()
public int getMethodAddress()
Copyright © 2020. All rights reserved.