public static class CatchHandlerList.Entry extends Object implements Comparable<CatchHandlerList.Entry>
| Constructor and Description |
|---|
Entry(CstType exceptionType,
int handler)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CatchHandlerList.Entry other) |
boolean |
equals(Object other) |
CstType |
getExceptionType()
Gets the exception type handled.
|
int |
getHandler()
Gets the handler address.
|
int |
hashCode() |
public Entry(CstType exceptionType, int handler)
exceptionType - non-null; type of exception handledhandler - >= 0; exception handler addresspublic int compareTo(CatchHandlerList.Entry other)
compareTo in interface Comparable<CatchHandlerList.Entry>public CstType getExceptionType()
non-null; the exception typepublic int getHandler()
>= 0; the handler addressCopyright © 2016. All Rights Reserved.