Module org.jpo

Class EdtViolationException

All Implemented Interfaces:
Serializable

public class EdtViolationException extends RuntimeException
Error thrown when a Swing EDT violation is detected.
See Also:
  • Constructor Details

    • EdtViolationException

      public EdtViolationException(String exception)
      Constructs an EdtViolationException with the supplied Error message
      Parameters:
      exception - the message to add to the Exception