cc.plural.jsonij.parser
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cc.plural.jsonij.parser.BaseParserException
cc.plural.jsonij.parser.ParserException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JPathParserException, JSONMarshalerException, JSONParserException
public abstract class ParserException
- extends BaseParserException
Internationised Parser Exception.
- Version:
- 1.0.0
- Author:
- J.W.Marsden
- See Also:
- Serialized Form
key
protected String key
- Exception Key
locale
protected Locale locale
- Exception Locale
ParserException
public ParserException(String key,
Object... args)
- Basic Constructor.
- Parameters:
key - Exception keyargs - Additional Arguments for Exception
ParserException
public ParserException(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
ParserException
public ParserException(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 abstract String getBundleName()
Copyright © 2012. All Rights Reserved.