|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.meyling.principia.io.ParsingException
This is a construction (and checking) exception for arguments.
| Field Summary | |
private String |
address
address of problematic module |
private int |
code
exception code |
private int |
column
source position of problem |
private String |
description
description of reason for exception |
private String |
line
problematic line |
private int |
row
source position of problem |
| Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
| Constructor Summary | |
ParsingException(int code,
String description,
int row,
int column,
String line,
String address)
Constructs an argument exception. |
|
| Method Summary | |
String |
getAddress()
Get address of problematic module. |
int |
getCode()
Get exception code. |
int |
getColumn()
Get problem position. |
String |
getDescription()
Get exception code. |
String |
getLine()
Get problematic source line. |
int |
getRow()
Get row of problem. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private final int code
private final String description
private final int row
private final int column
private final String line
private final String address
| Constructor Detail |
public ParsingException(int code,
String description,
int row,
int column,
String line,
String address)
code - exception cathegorydescription - what is the problemrow - row number of problemcolumn - column number of problemline - problematic lineaddress - address that describes the module location| Method Detail |
public final int getCode()
public final String getDescription()
public final int getRow()
public final int getColumn()
public final String getLine()
public final String getAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||