|
||||||||||
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.drools.CheckedDroolsException
org.drools.compiler.DroolsParserException
public class DroolsParserException
Constructor Summary | |
---|---|
DroolsParserException()
|
|
DroolsParserException(String message)
|
|
DroolsParserException(String errorCode,
String message,
int lineNumber,
int column,
int offset,
Throwable cause)
DroolsParserException constructor. |
|
DroolsParserException(String message,
Throwable cause)
|
|
DroolsParserException(Throwable cause)
|
Method Summary | |
---|---|
int |
getColumn()
getter for column position |
String |
getErrorCode()
getter for error code |
int |
getLineNumber()
getter for line number |
String |
getMessage()
|
int |
getOffset()
getter for char offset |
Methods inherited from class org.drools.CheckedDroolsException |
---|
getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 DroolsParserException()
Exception.Exception()
public DroolsParserException(String message)
Exception.Exception(String message)
public DroolsParserException(String message, Throwable cause)
Exception.Exception(String message, Throwable cause)
public DroolsParserException(Throwable cause)
Exception.Exception(Throwable cause)
public DroolsParserException(String errorCode, String message, int lineNumber, int column, int offset, Throwable cause)
errorCode
- error codemessage
- messagelineNumber
- line numbercolumn
- columnoffset
- offsetcause
- exception causeMethod Detail |
---|
public String getMessage()
getMessage
in class Throwable
public String getErrorCode()
public int getLineNumber()
public int getColumn()
public int getOffset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |