cc.plural.jsonij.jpath
Class JPathRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cc.plural.jsonij.jpath.JPathRuntimeException
- All Implemented Interfaces:
- Serializable
public class JPathRuntimeException
- extends RuntimeException
Internationised Parser Exception.
- Version:
- 1.0.0
- Author:
- openecho
- See Also:
- Serialized Form
MESSAGE_BUNDLE
public static final String MESSAGE_BUNDLE
- See Also:
- Constant Field Values
key
protected String key
- Exception Key
message
protected String message
locale
protected Locale locale
- Exception Locale
JPathRuntimeException
public JPathRuntimeException(String key,
Object... args)
JPathRuntimeException
public JPathRuntimeException(String key,
Locale locale,
Object... args)
getBundleName
public String getBundleName()
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2012. All Rights Reserved.