|
Hilbert II - JAVA-Packages - Principia Mathematica II | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.meyling.principia.io.ParsingException
This is a construction (and checking) exception for arguments.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
ParsingException(int code,
String description,
int row,
int column,
int position,
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 column position. |
String |
getDescription()
Get exception description. |
String |
getLine()
Get problematic source line. |
int |
getPosition()
Get position of problem. |
int |
getRow()
Get row number of problem. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ParsingException(int code,
String description,
int row,
int column,
int position,
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()
public int getPosition()
|
Hilbert II - JAVA-Packages - Principia Mathematica II | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |