|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jscience.computing.ai.expertsystem.compiler.JeopsException
public class JeopsException
An exception thrown by JEOPS.
| 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, 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 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||