|
|||||||||
| 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
|
+--jeops.compiler.JeopsException
An exception thrown by JEOPS.
| Field Summary | |
private int |
column
The column number in the rule file where there is the problem that caused this exception. |
private int |
line
The line number in the rule file where there is the problem that caused this exception. |
| Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
| Constructor Summary | |
JeopsException(int line,
int column)
Constructs a JeopsException with no detail message. |
|
JeopsException(java.lang.String s,
int line,
int column)
Constructs a JeopsException with the specified detail message. |
|
| Method Summary | |
int |
getColumn()
Returns the column number in the rule file where there is the problem that caused this exception. |
int |
getLine()
Returns the line number in the rule file where there is the problem that caused this exception. |
| 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 int line
private int column
| Constructor Detail |
public JeopsException(int line,
int column)
line - the line of the problem.column - the column of the problem.
public JeopsException(java.lang.String s,
int line,
int column)
s - the detail message.line - the line of the problem.column - the column of the problem.| Method Detail |
public int getColumn()
public int getLine()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||