|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.rl.exceptions.RLException
oracle.rules.rl.exceptions.ParseException
Syntax error -- thrown when parse errors are encountered.
| Field Summary | |
java.lang.String |
encounteredThis is the value of the unexpected token. |
java.lang.String |
expectedThe values of tokens expected at this point of the parse. |
boolean |
expectOneWhether just one token stream is expected |
| Constructor Summary | |
ParseException()This constructor indicates an internal parser error. |
|
ParseException(java.lang.String message, int line, int column)The following constructors are for use by you for whatever purpose you can think of. |
|
ParseException(java.lang.String message, int line, int column, java.lang.Throwable cause) |
|
ParseException(java.lang.String message, java.lang.String msgID, java.lang.Object[] args, int line, int column) |
|
ParseException(java.lang.String message, java.lang.String msgID, java.lang.Object[] args, int line, int column, java.lang.Throwable cause) |
|
ParseException(oracle.rules.rl.parse.Token currentToken, int[][] expectedTokenSequences, java.lang.String[] tokenImage)This constructor is used by the method "generateParseException" in the generated parser. |
|
| Methods inherited from class oracle.rules.rl.exceptions.RLException |
getArgs, getColumn, getDescription, getLine, getMessage, getMsgID, getSource, setColumn, setLine, setSource |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String encountered
public java.lang.String expected
public boolean expectOne
| Constructor Detail |
public ParseException()
public ParseException(oracle.rules.rl.parse.Token currentToken,
int[][] expectedTokenSequences,
java.lang.String[] tokenImage)
public ParseException(java.lang.String message,
int line,
int column)
public ParseException(java.lang.String message,
int line,
int column,
java.lang.Throwable cause)
public ParseException(java.lang.String message,
java.lang.String msgID,
java.lang.Object[] args,
int line,
int column)
public ParseException(java.lang.String message,
java.lang.String msgID,
java.lang.Object[] args,
int line,
int column,
java.lang.Throwable cause)
|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||