Class IllegalRenderingStateException

All Implemented Interfaces:
Serializable

public class IllegalRenderingStateException extends IllegalStateException
Indicates an illegal state for rendering. This is typically some sort of resource or graphics device error encountered during rendering.
See Also:
  • Constructor Details

    • IllegalRenderingStateException

      public IllegalRenderingStateException()
      Create the exception object with default values.
    • IllegalRenderingStateException

      public IllegalRenderingStateException(String str)
      Create the exception object that outputs message.
      Parameters:
      str - the message string to be output.