|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sf.qof.exception.SqlParserException
public class SqlParserException
A parsing exception.
Thrown by the SqlParser
SqlParser
,
Serialized FormConstructor Summary | |
---|---|
SqlParserException(String message)
Creates a SqlParserException. |
|
SqlParserException(String message,
int start,
int length)
Creates a SqlParserException. |
Method Summary | |
---|---|
int |
getLength()
Returns length of error in SQL statement. |
int |
getStart()
Returns start position of error in SQL statement. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 SqlParserException(String message)
message
- the error messagepublic SqlParserException(String message, int start, int length)
message
- the error messagestart
- start position in SQL statementlength
- length of error in SQL statementMethod Detail |
---|
public int getStart()
public int getLength()
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |