Class JRRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidDateRangeExpressionException, InvalidFontException, JacksonRuntimeException, JRFillInterruptedException, JRFontNotFoundException, JRInteractiveRuntimeException, JRPdfaIccProfileNotFoundException, PatchedPdfLibraryUnavailableException

public class JRRuntimeException extends RuntimeException
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Field Details

  • Constructor Details

    • JRRuntimeException

      public JRRuntimeException(String message)
    • JRRuntimeException

      public JRRuntimeException(Throwable t)
    • JRRuntimeException

      public JRRuntimeException(String message, Throwable t)
    • JRRuntimeException

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

      public JRRuntimeException(String messageKey, Object... args)
  • Method Details