cc.plural.jsonij.jpath
Class JPathParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cc.plural.jsonij.parser.BaseParserException
cc.plural.jsonij.parser.ParserException
cc.plural.jsonij.jpath.JPathParserException
- All Implemented Interfaces:
- Serializable
public class JPathParserException
- extends ParserException
- Author:
- openecho
- See Also:
- Serialized Form
MESSAGE_BUNDLE
public static final String MESSAGE_BUNDLE
- See Also:
- Constant Field Values
JPathParserException
public JPathParserException(String key)
- Basic Constructor.
- Parameters:
key - Exception keyargs - 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 Keyline - Exception Lineposition - Exception Positionargs - 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 Keyline - Exception Lineposition - Exception Positionlocale - Valid Locale for the exceptionargs - Additional Arguments for Exception
getBundleName
public String getBundleName()
- Specified by:
getBundleName in class ParserException
Copyright © 2012. All Rights Reserved.