cc.plural.jsonij.parser
Class BaseParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cc.plural.jsonij.parser.BaseParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParserException

public class BaseParserException
extends Exception

See Also:
Serialized Form

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

line

protected int line

position

protected int position

message

protected String message
Constructor Detail

BaseParserException

public BaseParserException()

BaseParserException

public BaseParserException(String message)

BaseParserException

public BaseParserException(int line,
                           int position,
                           String message)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2012. All Rights Reserved.