Class JRInteractiveException

All Implemented Interfaces:
Serializable

public class JRInteractiveException extends JRException
Author:
Narcis Marcu (narcism@users.sourceforge.net)
See Also:
  • Constructor Details

    • JRInteractiveException

      public JRInteractiveException(String message)
    • JRInteractiveException

      public JRInteractiveException(Throwable t)
    • JRInteractiveException

      public JRInteractiveException(String message, Throwable t)
    • JRInteractiveException

      public JRInteractiveException(String messageKey, Object[] args, Throwable t)
    • JRInteractiveException

      public JRInteractiveException(String messageKey, Object[] args)