public class ExceptionInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
end |
int |
handler |
int |
start |
ClassRef |
type |
| Constructor and Description |
|---|
ExceptionInfo(Input src) |
ExceptionInfo(int start,
int end,
int handler,
ClassRef type) |
public int start
public int end
public int handler
public ClassRef type
public ExceptionInfo(int start,
int end,
int handler,
ClassRef type)
public ExceptionInfo(Input src) throws IOException
IOExceptionpublic void write(Output dest) throws IOException
IOExceptionCopyright © 1998–2017 1&1. All rights reserved.