|
||||||||||
| 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
org.glassfish.jersey.media.json.internal.reader.JsonFormatException
public class JsonFormatException
JSON formating exception
| Constructor Summary | |
|---|---|
JsonFormatException(java.lang.String text,
int line,
int column,
java.lang.String message)
Create new JSON formatting exception. |
|
| Method Summary | |
|---|---|
int |
getErrorColumn()
Get the error column. |
int |
getErrorLine()
Get the error line. |
java.lang.String |
getErrorToken()
Get the error token. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JsonFormatException(java.lang.String text,
int line,
int column,
java.lang.String message)
text - error token.line - error line.column - error column.message - error message.| Method Detail |
|---|
public java.lang.String getErrorToken()
public int getErrorLine()
public int getErrorColumn()
public java.lang.String toString()
toString in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||