|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.compiler.DroolsError
org.drools.compiler.ParserError

| Constructor Summary | |
ParserError(java.lang.String message,
int row,
int col)
|
|
| Method Summary | |
int |
getCol()
|
java.lang.String |
getMessage()
Classes that extend this must provide a printable message, which summarises the error. |
int |
getRow()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParserError(java.lang.String message,
int row,
int col)
| Method Detail |
public java.lang.String getMessage()
DroolsError
getMessage in class DroolsErrorpublic int getCol()
public int getRow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||