|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cc.plural.jsonij.parser.BaseParserException
public class BaseParserException
| Field Summary | |
|---|---|
protected int |
line
|
protected String |
message
|
protected int |
position
|
| Constructor Summary | |
|---|---|
BaseParserException()
|
|
BaseParserException(int line,
int position,
String message)
|
|
BaseParserException(String message)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
| 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 |
|---|
protected int line
protected int position
protected String message
| Constructor Detail |
|---|
public BaseParserException()
public BaseParserException(String message)
public BaseParserException(int line,
int position,
String message)
| Method Detail |
|---|
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||