Class JRRuntimeException

    • Field Detail

      • EXCEPTION_MESSAGES_BUNDLE

        public static final java.lang.String EXCEPTION_MESSAGES_BUNDLE
        See Also:
        Constant Field Values
      • EXCEPTION_MESSAGE_KEY_PREFIX

        public static final java.lang.String EXCEPTION_MESSAGE_KEY_PREFIX
        See Also:
        Constant Field Values
    • Constructor Detail

      • JRRuntimeException

        public JRRuntimeException​(java.lang.String message)
      • JRRuntimeException

        public JRRuntimeException​(java.lang.Throwable t)
      • JRRuntimeException

        public JRRuntimeException​(java.lang.String message,
                                  java.lang.Throwable t)
      • JRRuntimeException

        public JRRuntimeException​(java.lang.String messageKey,
                                  java.lang.Object[] args,
                                  java.lang.Throwable t)
      • JRRuntimeException

        public JRRuntimeException​(java.lang.String messageKey,
                                  java.lang.Object... args)
    • Method Detail

      • getMessageKey

        public java.lang.String getMessageKey()
      • getArgs

        public java.lang.Object[] getArgs()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getMessage

        public java.lang.String getMessage​(JasperReportsContext jasperReportsContext,
                                           java.util.Locale locale)
      • resolveMessage

        protected java.lang.String resolveMessage​(JasperReportsContext jasperReportsContext,
                                                  java.util.Locale locale)
      • getMessageBundleName

        protected java.lang.String getMessageBundleName()
      • getMessageKeyPrefix

        protected java.lang.String getMessageKeyPrefix()