| 
 | GNU Prolog for Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.prolog.vm.interpreter.ExceptionHandlerInfo
public class ExceptionHandlerInfo
this class contains information about exception handling. Exception handling is modeled after Java exceptions
| Field Summary | |
|---|---|
| protected  int | endPositionend position of code segment | 
| protected  int | handlerPositionposition where to go for exception handling | 
| protected  int | startPositionstart position of code segment | 
| Constructor Summary | |
|---|---|
| ExceptionHandlerInfo() | |
| Method Summary | |
|---|---|
|  String | toString()convert handler to string | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected int startPosition
protected int endPosition
protected int handlerPosition
| Constructor Detail | 
|---|
public ExceptionHandlerInfo()
| Method Detail | 
|---|
public String toString()
toString in class Object| 
 | GNU Prolog for Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||