org.fest.swing.exception
Class EdtViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.swing.exception.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.
- Author:
- Alex Ruiz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EdtViolationException
public EdtViolationException(String message)
- Creates a new
EdtViolationException
.
- Parameters:
message
- the detail message.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.