Class UnsupportedRenderingModeException

All Implemented Interfaces:
Serializable

public final class UnsupportedRenderingModeException extends IllegalStateException
Thrown when the requested operation cannot be executed with the current rendering mode because it is not supported.
See Also:
  • Constructor Details

    • UnsupportedRenderingModeException

      public UnsupportedRenderingModeException(RenderingMode mode)
      Constructs a new UnsupportedRenderingModeException instance with the given current rendering mode.
  • Method Details

    • currentRenderingMode

      public RenderingMode currentRenderingMode()
      Returns the current rendering mode.