|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
argo.saj.InvalidSyntaxException
public final class InvalidSyntaxException
Thrown to indicate a given character stream is not valid JSON.
| Constructor Summary | |
|---|---|
InvalidSyntaxException(java.lang.String s,
int row,
int column)
|
|
InvalidSyntaxException(java.lang.String s,
java.lang.Throwable throwable,
int row,
int column)
|
|
| Method Summary | |
|---|---|
int |
getColumn()
|
int |
getLine()
|
| 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 InvalidSyntaxException(java.lang.String s,
int row,
int column)
public InvalidSyntaxException(java.lang.String s,
java.lang.Throwable throwable,
int row,
int column)
| Method Detail |
|---|
public int getColumn()
public int getLine()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||