| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.bea.content.expression.ExpressionHelper.ParseException
public static class ExpressionHelper.ParseException
Exception to report an error while parsing a query expression.
| Field Summary | |
|---|---|
 int | 
column
The column number of the error.  | 
 int | 
line
The line number of the error.  | 
 String | 
token
The 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
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||