Class RendererRuntimeException

All Implemented Interfaces:
Serializable

public class RendererRuntimeException extends NestedRuntimeException
A runtime exception for handling fatal errors in rendering.

See Also:
  • Constructor Details

    • RendererRuntimeException

      public RendererRuntimeException(String msg)
      Constructs a RendererRuntimeException with the specified message.
      Parameters:
      msg - the exception mesaage
    • RendererRuntimeException

      public RendererRuntimeException(String msg, Throwable t)
      Constructs a RendererRuntimeException with the specified message wrapping the underlying exception.
      Parameters:
      msg - the exception mesaage
      t - the underlying exception