Class JRScriptletException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    GovernorException

    public class JRScriptletException
    extends JRException
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    See Also:
    Serialized Form
    • Constructor Detail

      • JRScriptletException

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

        public JRScriptletException​(java.lang.Exception e)
      • JRScriptletException

        public JRScriptletException​(java.lang.String message,
                                    java.lang.Exception e)
      • JRScriptletException

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

        public JRScriptletException​(java.lang.String messageKey,
                                    java.lang.Object[] args)