Class EdtViolationException

All Implemented Interfaces:
Serializable

public class EdtViolationException extends RuntimeException
Understands an error thrown when a EDT violation is detected. For more details, please read the Swing's Threading Policy.
See Also:
  • Field Details

  • Constructor Details

    • EdtViolationException

      public EdtViolationException(String message)
      Creates a new EdtViolationException.
      Parameters:
      message - the detail message.