|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-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
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.bea.p13n.content.expression.ExpressionHelper.ParseException
public static class ExpressionHelper.ParseException
Exception to report an error while parsing a query expression.
| Field Summary | |
|---|---|
int |
columnThe column number of the error. |
int |
lineThe line number of the error. |
String |
tokenThe possible error token. |
| Constructor Summary | |
|---|---|
ExpressionHelper.ParseException(String mesg, int line, int column, String token)Constructor. |
|
| Method Summary | |
|---|---|
String |
getMessage()Get the exception message. |
| 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 |
| Field Detail |
|---|
public int line
Less than 0 for unknown.
public int column
Less than 0 for unknown.
public String token
Null for unknown.
| Constructor Detail |
|---|
public ExpressionHelper.ParseException(String mesg,
int line,
int column,
String token)
| Method Detail |
|---|
public String getMessage()
getMessage in class Throwable
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.