cc.plural.jsonij.jpath
Class JPathRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
protected  String key
          Exception Key
protected  Locale locale
          Exception Locale
protected  String message
           
static String MESSAGE_BUNDLE
           
 
Constructor Summary
JPathRuntimeException(String key, Locale locale, Object... args)
           
JPathRuntimeException(String key, Object... args)
           
 
Method Summary
 String getBundleName()
           
 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

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

Constructor Detail

JPathRuntimeException

public JPathRuntimeException(String key,
                             Object... args)

JPathRuntimeException

public JPathRuntimeException(String key,
                             Locale locale,
                             Object... args)
Method Detail

getBundleName

public String getBundleName()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2012. All Rights Reserved.