|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ikrs.json.parser.JSONSyntaxException
public class JSONSyntaxException
| Constructor Summary | |
|---|---|
JSONSyntaxException(java.lang.String message)
Create a new JSONException. |
|
JSONSyntaxException(java.lang.String message,
int readPosition,
int lineNumber,
int columnNumber)
Create a new JSONException. |
|
| Method Summary | |
|---|---|
int |
getColumnNumber()
Get the column number where the error was detected. |
int |
getLineNumber()
Get the line number where the error was detected. |
int |
getReadPosition()
Get the read position where the error was detected. |
void |
printStackTrace()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JSONSyntaxException(java.lang.String message)
public JSONSyntaxException(java.lang.String message,
int readPosition,
int lineNumber,
int columnNumber)
| Method Detail |
|---|
public int getReadPosition()
public int getLineNumber()
public int getColumnNumber()
public void printStackTrace()
printStackTrace in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||