cc.plural.jsonij.jpath
Class JPathParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cc.plural.jsonij.parser.BaseParserException
              extended by cc.plural.jsonij.parser.ParserException
                  extended by cc.plural.jsonij.jpath.JPathParserException
All Implemented Interfaces:
Serializable

public class JPathParserException
extends ParserException

Author:
openecho
See Also:
Serialized Form

Field Summary
static String MESSAGE_BUNDLE
           
 
Fields inherited from class cc.plural.jsonij.parser.ParserException
key, locale
 
Fields inherited from class cc.plural.jsonij.parser.BaseParserException
line, message, position
 
Constructor Summary
JPathParserException(String key)
          Basic Constructor.
JPathParserException(String key, int line, int position, Locale locale, Object... args)
          Constructor Including Line Number, Position Number and Locale of Exception.
JPathParserException(String key, int line, int position, Object... args)
          Constructor Including Line Number and Position Number of Exception
 
Method Summary
 String getBundleName()
           
 
Methods inherited from class cc.plural.jsonij.parser.BaseParserException
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

MESSAGE_BUNDLE

public static final String MESSAGE_BUNDLE
See Also:
Constant Field Values
Constructor Detail

JPathParserException

public JPathParserException(String key)
Basic Constructor.

Parameters:
key - Exception key
args - Additional Arguments for Exception

JPathParserException

public JPathParserException(String key,
                            int line,
                            int position,
                            Object... args)
Constructor Including Line Number and Position Number of Exception

Parameters:
key - Exception Key
line - Exception Line
position - Exception Position
args - Additional Arguments for Exception

JPathParserException

public JPathParserException(String key,
                            int line,
                            int position,
                            Locale locale,
                            Object... args)
Constructor Including Line Number, Position Number and Locale of Exception.

Parameters:
key - Exception Key
line - Exception Line
position - Exception Position
locale - Valid Locale for the exception
args - Additional Arguments for Exception
Method Detail

getBundleName

public String getBundleName()
Specified by:
getBundleName in class ParserException


Copyright © 2012. All Rights Reserved.