|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 |
||||||||
| 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
public class 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. |
|
| Method Summary |
|---|
| Methods inherited from class oracle.rules.rl.exceptions.RLException |
|---|
addRLStackTraceElement, getArgs, getColumn, getDescription, getLine, getMessage, getMsgID, getSource, printRLStackTrace, printRLStackTrace, printRLStackTrace, 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 Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||